mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-17 10:52:46 +00:00
Address things pointed out during review
This commit is contained in:
@ -12,10 +12,10 @@ include_directories(${OPENSSL_INCLUDE_DIR})
|
||||
include_directories(${PYTHON_INCLUDE_DIR})
|
||||
include_directories(${CURL_INCLUDE_DIR})
|
||||
|
||||
if (VIDEO_AVAILABLE)
|
||||
if(MOVIE_AVAILABLE)
|
||||
include_directories(${VPX_INCLUDE_DIR})
|
||||
include_directories(${Opus_INCLUDE_DIR})
|
||||
endif (VIDEO_AVAILABLE)
|
||||
endif()
|
||||
|
||||
# Test for Python Interpreter, which will be used for extra build scripts if available
|
||||
find_package(PythonInterp)
|
||||
@ -171,10 +171,10 @@ if(USE_VLD)
|
||||
target_link_libraries(plClient ${VLD_LIBRARY})
|
||||
endif()
|
||||
|
||||
if (VIDEO_AVAILABLE)
|
||||
if(MOVIE_AVAILABLE)
|
||||
target_link_libraries(plClient ${VPX_LIBRARY})
|
||||
target_link_libraries(plClient ${Opus_LIBRARIES})
|
||||
endif (VIDEO_AVAILABLE)
|
||||
endif()
|
||||
|
||||
if (WIN32)
|
||||
target_link_libraries(plClient rpcrt4)
|
||||
|
Reference in New Issue
Block a user