mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-02 16:07:42 +00:00
package/vlc: add optional dependency to libdvdnav
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
06a68723f3
commit
a449dc1b82
@ -39,7 +39,6 @@ VLC_CONF_OPTS += \
|
|||||||
--disable-caca \
|
--disable-caca \
|
||||||
--disable-chromaprint \
|
--disable-chromaprint \
|
||||||
--disable-dca \
|
--disable-dca \
|
||||||
--disable-dvdnav \
|
|
||||||
--disable-fluidsynth \
|
--disable-fluidsynth \
|
||||||
--disable-gles1 \
|
--disable-gles1 \
|
||||||
--disable-goom \
|
--disable-goom \
|
||||||
@ -206,6 +205,13 @@ else
|
|||||||
VLC_CONF_OPTS += --disable-dvbpsi
|
VLC_CONF_OPTS += --disable-dvbpsi
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(BR2_PACKAGE_LIBDVDNAV),y)
|
||||||
|
VLC_CONF_OPTS += --enable-dvdnav
|
||||||
|
VLC_DEPENDENCIES += libdvdnav
|
||||||
|
else
|
||||||
|
VLC_CONF_OPTS += --disable-dvdnav
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_LIBDVDREAD),y)
|
ifeq ($(BR2_PACKAGE_LIBDVDREAD),y)
|
||||||
VLC_CONF_OPTS += --enable-dvdread
|
VLC_CONF_OPTS += --enable-dvdread
|
||||||
VLC_DEPENDENCIES += libdvdread
|
VLC_DEPENDENCIES += libdvdread
|
||||||
|
Loading…
x
Reference in New Issue
Block a user