logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git
commit: a9df93edd01b33e193c080b70c871509ec921f01
parent 7d03265749bd33a41eb0a8ea94d2f86b229c8170
Author: Michael Forney <mforney@mforney.org>
Date:   Sun, 24 Sep 2017 16:22:48 -0700

ffmpeg: Enable vorbis decoder

Diffstat:

Mpkg/ffmpeg/options.h2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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