kumquat-buildroot/package/mplayer
Vicente Olivert Riera 9731582d5c mplayer: enable apng and tdsc only if zlib is available
apng and tdsc are enabled by default, but they need zlib, otherwise the
compilation will fail with an error like this one:

libavcodec/pngdec.c:35:18: fatal error: zlib.h: No such file or
directory
 #include <zlib.h>
                  ^
compilation terminated.

So add an autodep on BR2_PACKAGE_ZLIB to enable or disable support for
apng and tdsc accordingly.

Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2015-10-15 13:28:11 +02:00
..
0001-disable-install-strip.patch
0002-mpdemux-live555-async-interface.patch
Config.in
mplayer.hash
mplayer.mk mplayer: enable apng and tdsc only if zlib is available 2015-10-15 13:28:11 +02:00