Merge pull request #17 from lvonasek/master

Enable vorbis codec
This commit is contained in:
Simon 2022-03-14 20:55:53 +00:00 committed by GitHub
commit 5530f86ed5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -22,7 +22,8 @@ BUILD_MISSIONPACK=1
BUILD_SERVER=0
BUILD_STANDALONE=0
GENERATE_DEPENDENCIES=0
USE_CODEC_VORBIS=0
USE_INTERNAL_OGG=1
USE_CODEC_VORBIS=1
USE_CURL=0
USE_CURL_DLOPEN=0
USE_INTERNAL_SPEEX=0