logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git
commit: 5e94560631404c4b22f440d007a79c3dfcdd9a66
parent e74e64ccca0c442ef3b2d97dcaa64f111122bdb2
Author: Michael Forney <mforney@mforney.org>
Date:   Sat, 16 Mar 2019 18:16:44 -0700

ffmpeg: CONFIG_AC3_DECODER requires CONFIG_EAC3_DECODER

Not sure why this doesn't come up in all builds (i.e. travis).

Diffstat:

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

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