Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2014-01-29 18:10:41 +0400
committerDiego Biurrun <diego@biurrun.de>2014-03-13 16:50:27 +0400
commit7d7be44f3e8bc14224540a477ef0607f18964421 (patch)
treee366a8377a4ea737c46cd3729ecf9feec4ae24e3 /configure
parent88b240646f57a62299c6c4c4d7554f0a80c3a29a (diff)
build: Drop stray PNG decoder dependency on dsputil
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure b/configure
index f8882483c3..23262b583e 100755
--- a/configure
+++ b/configure
@@ -1766,7 +1766,6 @@ nellymoser_decoder_select="mdct sinewin"
nellymoser_encoder_select="audio_frame_queue mdct sinewin"
nuv_decoder_select="dsputil lzo"
png_decoder_deps="zlib"
-png_decoder_select="dsputil"
png_encoder_deps="zlib"
png_encoder_select="dsputil"
prores_decoder_select="dsputil"