From d89e026eaa33e7cbba1602ffd523341e98465f06 Mon Sep 17 00:00:00 2001 From: Lubos Date: Mon, 14 Mar 2022 18:10:05 +0100 Subject: [PATCH] Enable vorbis codec --- Makefile.local | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.local b/Makefile.local index d1269fd1..de167d6c 100644 --- a/Makefile.local +++ b/Makefile.local @@ -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