mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 18:31:15 +08:00
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:
parent
d253123055
commit
1e73b6550c
@ -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})
|
||||
|
@ -1,4 +1,4 @@
|
||||
Source: librtmp
|
||||
Version: 2.4
|
||||
Version: 2.4-1
|
||||
Build-Depends: zlib, openssl
|
||||
Description: RTMPDump Real-Time Messaging Protocol API
|
||||
|
Loading…
x
Reference in New Issue
Block a user