mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-23 20:26:48 +02:00
18 lines
370 B
Diff
18 lines
370 B
Diff
--- a/src/CMakeLists.txt
|
|
+++ b/src/CMakeLists.txt
|
|
@@ -25,12 +25,12 @@
|
|
include("${EP_ortp_CONFIG_DIR}/OrtpConfig.cmake")
|
|
else()
|
|
find_package(Mediastreamer2 REQUIRED)
|
|
- find_package(ORTP REQUIRED)
|
|
+ find_package(Ortp REQUIRED)
|
|
endif()
|
|
|
|
set(LIBS
|
|
- ${ORTP_LIBRARIES}
|
|
- ${MEDIASTREAMER2_LIBRARIES}
|
|
+ ${Ortp_TARGET}
|
|
+ ${Mediastreamer2_TARGET}
|
|
${X264_LIBRARIES}
|
|
)
|
|
|