From a9df93edd01b33e193c080b70c871509ec921f01 Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Sun, 24 Sep 2017 16:22:48 -0700 Subject: ffmpeg: Enable vorbis decoder --- pkg/ffmpeg/options.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkg') diff --git a/pkg/ffmpeg/options.h b/pkg/ffmpeg/options.h index 0cbe2386..be1cacec 100644 --- a/pkg/ffmpeg/options.h +++ b/pkg/ffmpeg/options.h @@ -972,7 +972,7 @@ #define CONFIG_TTA_DECODER 0 #define CONFIG_TWINVQ_DECODER 0 #define CONFIG_VMDAUDIO_DECODER 0 -#define CONFIG_VORBIS_DECODER 0 +#define CONFIG_VORBIS_DECODER 1 #define CONFIG_WAVPACK_DECODER 0 #define CONFIG_WMALOSSLESS_DECODER 0 #define CONFIG_WMAPRO_DECODER 0 -- cgit v1.2.3