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:
zturtleman 2017-08-30 07:25:19 +00:00
parent 7fb48b29ca
commit ab85740dcf

View file

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