From ab85740dcf71d4a148f260be1418dcfb2b6e64bc Mon Sep 17 00:00:00 2001 From: zturtleman Date: Wed, 30 Aug 2017 07:25:19 +0000 Subject: [PATCH] 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. --- engine/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/Makefile b/engine/Makefile index e516f01a..1ade59f8 100644 --- a/engine/Makefile +++ b/engine/Makefile @@ -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