[FFmpeg-cvslog] build: eamad: Add missing dependency on mpegvideo code
Diego Biurrun
git at videolan.org
Wed Sep 5 15:06:33 CEST 2012
ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Tue Sep 4 17:01:06 2012 +0200| [6980453569b09239d3fcc4cc7335956f36e484d4] | committer: Diego Biurrun
build: eamad: Add missing dependency on mpegvideo code
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6980453569b09239d3fcc4cc7335956f36e484d4
---
configure | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure b/configure
index c0b6319..1d889d6 100755
--- a/configure
+++ b/configure
@@ -1409,7 +1409,7 @@ dnxhd_encoder_select="aandcttables mpegvideoenc"
dxa_decoder_select="zlib"
eac3_decoder_select="ac3_decoder"
eac3_encoder_select="ac3_encoder"
-eamad_decoder_select="aandcttables error_resilience"
+eamad_decoder_select="aandcttables error_resilience mpegvideo"
eatgq_decoder_select="aandcttables"
eatqi_decoder_select="aandcttables error_resilience mpegvideo"
ffv1_decoder_select="golomb rangecoder"
More information about the ffmpeg-cvslog
mailing list