mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-02 07:57:43 +00:00
package/vlc: add optional dependency to samba4
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
b63c3af947
commit
b5488b00da
@ -387,6 +387,13 @@ else
|
|||||||
VLC_CONF_OPTS += --disable-sdl-image
|
VLC_CONF_OPTS += --disable-sdl-image
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(BR2_PACKAGE_SAMBA4),y)
|
||||||
|
VLC_CONF_OPTS += --enable-smbclient
|
||||||
|
VLC_DEPENDENCIES += samba4
|
||||||
|
else
|
||||||
|
VLC_CONF_OPTS += --disable-smbclient
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_SPEEX)$(BR2_PACKAGE_SPEEXDSP),yy)
|
ifeq ($(BR2_PACKAGE_SPEEX)$(BR2_PACKAGE_SPEEXDSP),yy)
|
||||||
VLC_CONF_OPTS += --enable-speex
|
VLC_CONF_OPTS += --enable-speex
|
||||||
VLC_DEPENDENCIES += speex speexdsp
|
VLC_DEPENDENCIES += speex speexdsp
|
||||||
|
Loading…
x
Reference in New Issue
Block a user