1
0
mirror of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git synced 2025-07-17 10:52:46 +00:00

Use libopus for decoding Audio

This commit is contained in:
Anne Marije v/d Meer
2014-07-25 08:38:06 +02:00
committed by Florian Meißner
parent a36d8b51e7
commit 9de5c4db54
9 changed files with 307 additions and 34 deletions

View File

@ -161,6 +161,7 @@ target_link_libraries(plClient ${Ogg_LIBRARIES})
target_link_libraries(plClient ${Vorbis_LIBRARIES})
target_link_libraries(plClient ${DirectX_LIBRARIES})
target_link_libraries(plClient ${CURL_LIBRARY})
target_link_libraries(plClient ${Opus_LIBRARIES})
if(USE_VLD)
target_link_libraries(plClient ${VLD_LIBRARY})