1
0
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:
2012-12-19 02:38:23 -05:00
committed by Florian Meißner
parent 69bc106576
commit 2caade5fff
12 changed files with 11156 additions and 7 deletions

View File

@ -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)