mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
package/gupnp-dlna: drop gstreamer 0.10.x support
With the upcoming removal of gstreamer 0.10, the logic for building gupnp-dlna with support for it must go as well. Signed-off-by: Peter Korsgaard <peter@korsgaard.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
parent
87d907c2ff
commit
e34b889ec4
@ -15,12 +15,7 @@ GUPNP_DLNA_LICENSE_FILES = COPYING
|
|||||||
GUPNP_DLNA_INSTALL_STAGING = YES
|
GUPNP_DLNA_INSTALL_STAGING = YES
|
||||||
GUPNP_DLNA_DEPENDENCIES = host-pkgconf libglib2 libxml2
|
GUPNP_DLNA_DEPENDENCIES = host-pkgconf libglib2 libxml2
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_GST_PLUGINS_BASE),y)
|
GUPNP_DLNA_CONF_OPTS = --disable-legacy-gstreamer-metadata-backend
|
||||||
GUPNP_DLNA_CONF_OPTS += --enable-legacy-gstreamer-metadata-backend
|
|
||||||
GUPNP_DLNA_DEPENDENCIES += gstreamer gst-plugins-base
|
|
||||||
else
|
|
||||||
GUPNP_DLNA_CONF_OPTS += --disable-legacy-gstreamer-metadata-backend
|
|
||||||
endif
|
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_GST1_PLUGINS_BASE),y)
|
ifeq ($(BR2_PACKAGE_GST1_PLUGINS_BASE),y)
|
||||||
GUPNP_DLNA_CONF_OPTS += --enable-gstreamer-metadata-backend
|
GUPNP_DLNA_CONF_OPTS += --enable-gstreamer-metadata-backend
|
||||||
|
Loading…
x
Reference in New Issue
Block a user