aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-03-13 21:17:46 +0100
committerMichael Niedermayer <michaelni@gmx.at>2014-03-13 21:17:46 +0100
commit2631d155baa5bf9e335925d44fcfd276c6d3719f (patch)
tree1160e079ef68f8892ac186da6659844ade28a493
parent07dbdcf9d0d4b3fadab53d67901190d15b32ce2f (diff)
parent6cd76e5412d794dbd1cc6ab0e4c9f2ee53cf028f (diff)
downloadffmpeg-2631d155baa5bf9e335925d44fcfd276c6d3719f.tar.gz
Merge commit '6cd76e5412d794dbd1cc6ab0e4c9f2ee53cf028f'
* commit '6cd76e5412d794dbd1cc6ab0e4c9f2ee53cf028f': build: Drop stray MJPEG encoder dependency on dsputil Conflicts: configure Merged-by: Michael Niedermayer <michaelni@gmx.at>
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 34efea2c17..104849c43a 100755
--- a/configure
+++ b/configure
@@ -1990,7 +1990,7 @@ mdec_decoder_select="dsputil error_resilience mpegvideo"
metasound_decoder_select="lsp mdct sinewin"
mimic_decoder_select="dsputil hpeldsp"
mjpeg_decoder_select="dsputil hpeldsp exif"
-mjpeg_encoder_select="aandcttables dsputil mpegvideoenc"
+mjpeg_encoder_select="aandcttables mpegvideoenc"
mjpegb_decoder_select="mjpeg_decoder"
mlp_decoder_select="mlp_parser"
motionpixels_decoder_select="dsputil"