summaryrefslogtreecommitdiff
path: root/pkg/ffmpeg
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2017-02-02 12:56:21 -0800
committerMichael Forney <mforney@mforney.org>2017-02-07 14:36:26 -0800
commit22e90c988202dbd9bfd30d931dc78d9b76aeedf2 (patch)
treef96c8725c51366f6176c47a0748a84d43103c64c /pkg/ffmpeg
parent6aceb3586b1cfc3b20ed10d065d8beb8e12be6b2 (diff)
ffmpeg: Enable opus 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 5001d4e4..3312ebfc 100644
--- a/pkg/ffmpeg/options.h
+++ b/pkg/ffmpeg/options.h
@@ -939,7 +939,7 @@
#define CONFIG_MPC8_DECODER 0
#define CONFIG_NELLYMOSER_DECODER 0
#define CONFIG_ON2AVC_DECODER 0
-#define CONFIG_OPUS_DECODER 0
+#define CONFIG_OPUS_DECODER 1
#define CONFIG_PAF_AUDIO_DECODER 0
#define CONFIG_QCELP_DECODER 0
#define CONFIG_QDM2_DECODER 0