summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-03-13 21:16:02 +0100
committerMichael Niedermayer <michaelni@gmx.at>2014-03-13 21:16:13 +0100
commit07dbdcf9d0d4b3fadab53d67901190d15b32ce2f (patch)
tree899871a6be3408e504c877d3c8545e5b8f24ad71 /configure
parentecf16f039def26e028a4413ea94a32166e351a46 (diff)
parent9ecf1b62f37ef9cbdf2d7300a052cd704c4ba731 (diff)
Merge commit '9ecf1b62f37ef9cbdf2d7300a052cd704c4ba731'
* commit '9ecf1b62f37ef9cbdf2d7300a052cd704c4ba731': build: Drop stray MLP decoder dependency on dsputil Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 914ac08351..34efea2c17 100755
--- a/configure
+++ b/configure
@@ -1992,7 +1992,7 @@ mimic_decoder_select="dsputil hpeldsp"
mjpeg_decoder_select="dsputil hpeldsp exif"
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"