Module: libav Branch: master Commit: 7d7be44f3e8bc14224540a477ef0607f18964421
Author: Diego Biurrun <[email protected]> Committer: Diego Biurrun <[email protected]> Date: Wed Jan 29 15:10:41 2014 +0100 build: Drop stray PNG decoder dependency on dsputil --- 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" _______________________________________________ libav-commits mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-commits
