mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-02 16:07:42 +00:00
package/vlc: add optional dependency to gst1-plugins-base
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
7dd64181d0
commit
74255f8339
@ -59,7 +59,6 @@ VLC_CONF_OPTS += \
|
|||||||
--disable-fluidsynth \
|
--disable-fluidsynth \
|
||||||
--disable-gme \
|
--disable-gme \
|
||||||
--disable-goom \
|
--disable-goom \
|
||||||
--disable-gst-decode \
|
|
||||||
--disable-harfbuzz \
|
--disable-harfbuzz \
|
||||||
--disable-jack \
|
--disable-jack \
|
||||||
--disable-jpeg \
|
--disable-jpeg \
|
||||||
@ -181,6 +180,13 @@ else
|
|||||||
VLC_CONF_OPTS += --disable-freerdp
|
VLC_CONF_OPTS += --disable-freerdp
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(BR2_PACKAGE_GST1_PLUGINS_BASE),y)
|
||||||
|
VLC_CONF_OPTS += --enable-gst-decode
|
||||||
|
VLC_DEPENDENCIES += gst1-plugins-base
|
||||||
|
else
|
||||||
|
VLC_CONF_OPTS += --disable-gst-decode
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_HAS_LIBGL),y)
|
ifeq ($(BR2_PACKAGE_HAS_LIBGL),y)
|
||||||
VLC_DEPENDENCIES += libgl
|
VLC_DEPENDENCIES += libgl
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user