mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-17 10:52:46 +00:00
Basic VPX decoding for plMoviePlayer
This commit is contained in:
@ -166,6 +166,10 @@ if(USE_VLD)
|
||||
target_link_libraries(plClient ${VLD_LIBRARY})
|
||||
endif()
|
||||
|
||||
if (VPX_AVAILABLE)
|
||||
target_link_libraries(plClient ${VPX_LIBRARY})
|
||||
endif (VPX_AVAILABLE)
|
||||
|
||||
if (WIN32)
|
||||
target_link_libraries(plClient rpcrt4)
|
||||
target_link_libraries(plClient version)
|
||||
|
Reference in New Issue
Block a user