[FFmpeg-cvslog] build: Drop stray MLP decoder dependency on dsputil
Diego Biurrun
git at videolan.org
Thu Mar 13 21:22:32 CET 2014
ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Wed Jan 29 15:17:05 2014 +0100| [9ecf1b62f37ef9cbdf2d7300a052cd704c4ba731] | committer: Diego Biurrun
build: Drop stray MLP decoder dependency on dsputil
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9ecf1b62f37ef9cbdf2d7300a052cd704c4ba731
---
configure | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure b/configure
index 23262b5..510def4 100755
--- a/configure
+++ b/configure
@@ -1733,7 +1733,7 @@ mimic_decoder_select="dsputil hpeldsp"
mjpeg_decoder_select="dsputil hpeldsp"
mjpeg_encoder_select="aandcttables dsputil mpegvideoenc"
mjpegb_decoder_select="mjpeg_decoder"
-mlp_decoder_select="dsputil mlp_parser"
+mlp_decoder_select="mlp_parser"
motionpixels_decoder_select="dsputil"
mp1_decoder_select="mpegaudio"
mp1float_decoder_select="mpegaudio"
More information about the ffmpeg-cvslog
mailing list