Hi,

I'm in the process of compiling libav in a cygwin environment using the x86_64_mingw32 compiler.
I called
./configure --disable-everything --enable-decoder=png
The configure result did not list png as available decoder, although zlib is available. I dumped the list of all available video decoders and added every one to my configure call. Amongste hundreds others png became available. I removed them piece by piece and called configure over and over again to finally find out png is only available as decoder when decoder cscd is also requested. I entered 'cscd png' in an internet search engine to find out ffmpeg had this issue fixed in October 2013: https://trac.ffmpeg.org/ticket/2920
Can you please fix it too?


Thanks,
Bernhard Döbler
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to