Commit 7d7be44f authored by Diego Biurrun's avatar Diego Biurrun

build: Drop stray PNG decoder dependency on dsputil

parent 88b24064
...@@ -1766,7 +1766,6 @@ nellymoser_decoder_select="mdct sinewin" ...@@ -1766,7 +1766,6 @@ nellymoser_decoder_select="mdct sinewin"
nellymoser_encoder_select="audio_frame_queue mdct sinewin" nellymoser_encoder_select="audio_frame_queue mdct sinewin"
nuv_decoder_select="dsputil lzo" nuv_decoder_select="dsputil lzo"
png_decoder_deps="zlib" png_decoder_deps="zlib"
png_decoder_select="dsputil"
png_encoder_deps="zlib" png_encoder_deps="zlib"
png_encoder_select="dsputil" png_encoder_select="dsputil"
prores_decoder_select="dsputil" prores_decoder_select="dsputil"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment