summaryrefslogtreecommitdiff
path: root/pkg/ffmpeg
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2019-03-16 18:16:44 -0700
committerMichael Forney <mforney@mforney.org>2019-03-16 18:16:44 -0700
commit5e94560631404c4b22f440d007a79c3dfcdd9a66 (patch)
tree966f8be902a249a8bfc10a090587d7e0e68b07af /pkg/ffmpeg
parente74e64ccca0c442ef3b2d97dcaa64f111122bdb2 (diff)
ffmpeg: CONFIG_AC3_DECODER requires CONFIG_EAC3_DECODER
Not sure why this doesn't come up in all builds (i.e. travis).
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 957887ca..9d63896a 100644
--- a/pkg/ffmpeg/options.h
+++ b/pkg/ffmpeg/options.h
@@ -981,7 +981,7 @@
#define CONFIG_DSICINAUDIO_DECODER 0
#define CONFIG_DSS_SP_DECODER 0
#define CONFIG_DST_DECODER 0
-#define CONFIG_EAC3_DECODER 0
+#define CONFIG_EAC3_DECODER 1
#define CONFIG_EVRC_DECODER 0
#define CONFIG_FFWAVESYNTH_DECODER 0
#define CONFIG_FLAC_DECODER 1