bug fixed for librtmp on vcpkg

bug fixed for librtmp on vcpkg because of wrong find_package name for zlib and openssl
This commit is contained in:
Youngho Kim 2018-03-16 16:32:44 +09:00 committed by Robert Schumacher
parent d253123055
commit 1e73b6550c
2 changed files with 3 additions and 3 deletions

View File

@ -2,8 +2,8 @@ cmake_minimum_required(VERSION 3.8)
project(librtmp C)
find_package(zlib REQUIRED)
find_package(openssl REQUIRED)
find_package(ZLIB REQUIRED)
find_package(OpenSSL REQUIRED)
include_directories(${ZLIB_INCLUDE_DIRS})
include_directories(${CMAKE_CURRENT_SOURCE_DIR})

View File

@ -1,4 +1,4 @@
Source: librtmp
Version: 2.4
Version: 2.4-1
Build-Depends: zlib, openssl
Description: RTMPDump Real-Time Messaging Protocol API