package/mplayer: add optional lzo support
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
7d9a0c4d39
commit
a12927a85c
@ -159,6 +159,13 @@ else
|
||||
MPLAYER_CONF_OPTS += --disable-gif
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LZO),y)
|
||||
MPLAYER_DEPENDENCIES += lzo
|
||||
MPLAYER_CONF_OPTS += --enable-liblzo
|
||||
else
|
||||
MPLAYER_CONF_OPTS += --disable-liblzo
|
||||
endif
|
||||
|
||||
MPLAYER_DEPENDENCIES += $(if $(BR2_PACKAGE_LIBTHEORA),libtheora)
|
||||
MPLAYER_DEPENDENCIES += $(if $(BR2_PACKAGE_LIBPNG),libpng)
|
||||
MPLAYER_DEPENDENCIES += $(if $(BR2_PACKAGE_JPEG),jpeg)
|
||||
|
Loading…
Reference in New Issue
Block a user