build: Drop stray MLP decoder dependency on dsputil

This commit is contained in:
Diego Biurrun 2014-01-29 15:17:05 +01:00
parent 7d7be44f3e
commit 9ecf1b62f3
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -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"