|
@@ -10,6 +10,7 @@ LIBNICE_LICENSE = MPL-1.1 or LGPL-2.1
|
|
|
LIBNICE_LICENSE_FILES = COPYING COPYING.MPL COPYING.LGPL
|
|
|
LIBNICE_DEPENDENCIES = libglib2 host-pkgconf
|
|
|
LIBNICE_INSTALL_STAGING = YES
|
|
|
+LIBNICE_CONF_OPTS = --without-gstreamer-0.10
|
|
|
|
|
|
ifeq ($(BR2_PACKAGE_GNUTLS),y)
|
|
|
LIBNICE_CONF_OPTS += --with-crypto-library=gnutls
|
|
@@ -21,13 +22,6 @@ LIBNICE_CONF_OPTS += \
|
|
|
LIBNICE_DEPENDENCIES += openssl
|
|
|
endif
|
|
|
|
|
|
-ifeq ($(BR2_PACKAGE_GST_PLUGINS_BASE),y)
|
|
|
-LIBNICE_CONF_OPTS += --with-gstreamer-0.10
|
|
|
-LIBNICE_DEPENDENCIES += gst-plugins-base
|
|
|
-else
|
|
|
-LIBNICE_CONF_OPTS += --without-gstreamer-0.10
|
|
|
-endif
|
|
|
-
|
|
|
ifeq ($(BR2_PACKAGE_GST1_PLUGINS_BASE),y)
|
|
|
LIBNICE_CONF_OPTS += --with-gstreamer
|
|
|
LIBNICE_DEPENDENCIES += gst1-plugins-base
|