Skip to content

Commit

Permalink
add librtmp include
Browse files Browse the repository at this point in the history
  • Loading branch information
mpromonet committed Aug 6, 2023
1 parent 335cbb3 commit af7931f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ pkg_check_modules(RTMP QUIET librtmp)
MESSAGE("RTMP_FOUND = ${RTMP_FOUND} RTMP_INCLUDE_DIRS=${RTMP_INCLUDE_DIRS} RTMP_LIBRARIES=${RTMP_LIBRARIES}")
if (RTMP_FOUND)
add_definitions(-DHAVE_RTMP)
target_include_directories (${CMAKE_PROJECT_NAME} PUBLIC ${RTMP_INCLUDE_DIRS})
target_link_libraries (${CMAKE_PROJECT_NAME} ${RTMP_LIBRARIES})
endif()

Expand Down

0 comments on commit af7931f

Please sign in to comment.