summaryrefslogtreecommitdiff
path: root/pkg/ffmpeg
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2017-09-24 16:22:48 -0700
committerMichael Forney <mforney@mforney.org>2017-09-25 19:36:41 -0700
commita9df93edd01b33e193c080b70c871509ec921f01 (patch)
tree0c884b24c75e28b3a40dd84e51b38ff4d3dffc57 /pkg/ffmpeg
parent7d03265749bd33a41eb0a8ea94d2f86b229c8170 (diff)
ffmpeg: Enable vorbis decoder
Diffstat (limited to 'pkg/ffmpeg')
-rw-r--r--pkg/ffmpeg/options.h2
1 files changed, 1 insertions, 1 deletions
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