mirror of
https://github.com/Q3Rally-Team/q3rally.git
synced 2024-11-22 03:51:23 +00:00
Enable Ogg Vorbis support.
Ogg Vorbis is used by some music and sound effects. The vorbis code is included in the code tree so it's available on all platforms.
This commit is contained in:
parent
7fb48b29ca
commit
ab85740dcf
1 changed files with 1 additions and 1 deletions
|
@ -183,7 +183,7 @@ ifndef USE_CURL_DLOPEN
|
|||
endif
|
||||
|
||||
ifndef USE_CODEC_VORBIS
|
||||
USE_CODEC_VORBIS=0
|
||||
USE_CODEC_VORBIS=1
|
||||
endif
|
||||
|
||||
ifndef USE_CODEC_OPUS
|
||||
|
|
Loading…
Reference in a new issue