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