[FFmpeg-cvslog] build: Drop stray PNG decoder dependency on dsputil

Diego Biurrun git at videolan.org
Thu Mar 13 21:15:49 CET 2014


ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Wed Jan 29 15:10:41 2014 +0100| [7d7be44f3e8bc14224540a477ef0607f18964421] | committer: Diego Biurrun

build: Drop stray PNG decoder dependency on dsputil

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7d7be44f3e8bc14224540a477ef0607f18964421
---

 configure |    1 -
 1 file changed, 1 deletion(-)

diff --git a/configure b/configure
index f888248..23262b5 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"



More information about the ffmpeg-cvslog mailing list