Enable Ogg Vorbis support by default

libvorbis is included in-tree so this doesn't require additional
dependencies.
This commit is contained in:
Zack Middleton 2017-09-23 19:55:49 -05:00
parent 45de6be4c2
commit 414f3c5e3e
3 changed files with 3 additions and 4 deletions

View file

@ -176,7 +176,7 @@ ifndef USE_CURL_DLOPEN
endif
ifndef USE_CODEC_VORBIS
USE_CODEC_VORBIS=0
USE_CODEC_VORBIS=1
endif
ifndef USE_CODEC_OPUS