package/mplayer: add optional libbluray 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
25aee69c9a
commit
db11bd32f2
@ -61,6 +61,13 @@ else
|
||||
MPLAYER_CONF_OPTS += --disable-smb
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LIBBLURAY),y)
|
||||
MPLAYER_CONF_OPTS += --enable-bluray
|
||||
MPLAYER_DEPENDENCIES += libbluray
|
||||
else
|
||||
MPLAYER_CONF_OPTS += --disable-bluray
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LIBDVDREAD),y)
|
||||
MPLAYER_CONF_OPTS += \
|
||||
--enable-dvdread \
|
||||
|
Loading…
Reference in New Issue
Block a user