mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-13 07:34:45 +00:00
remove speex cpack
cpack was causing issues with compiling remove any references to it. change all options being set for the new libs to use the advanced_option macro remove speex, opus is better.
This commit is contained in:
parent
7953064782
commit
8fc56dfd9c
250 changed files with 18 additions and 68070 deletions
|
|
@ -394,7 +394,7 @@ target_link_libraries (sndfile
|
|||
$<$<BOOL:${HAVE_EXTERNAL_XIPH_LIBS}>:Ogg::ogg>
|
||||
$<$<BOOL:${HAVE_EXTERNAL_XIPH_LIBS}>:vorbisenc>
|
||||
$<$<BOOL:${HAVE_EXTERNAL_XIPH_LIBS}>:FLAC::FLAC>
|
||||
$<$<AND:$<BOOL:${ENABLE_EXPERIMENTAL}>,$<BOOL:${HAVE_EXTERNAL_XIPH_LIBS}>,$<BOOL:${HAVE_SPEEX}>>:speex>
|
||||
$<$<AND:$<BOOL:${ENABLE_EXPERIMENTAL}>,$<BOOL:${HAVE_EXTERNAL_XIPH_LIBS}>,$<BOOL:${HAVE_SPEEX}>>:Speex::Speex>
|
||||
$<$<BOOL:${HAVE_EXTERNAL_XIPH_LIBS}>:Opus::opus>
|
||||
$<$<BOOL:${HAVE_MPEG}>:MPG123::libmpg123>
|
||||
$<$<BOOL:${HAVE_MPEG}>:mp3lame::mp3lame>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue