Update buidlroot to version 2016.08.1
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
GST1_PLUGINS_GOOD_VERSION = 1.6.3
|
||||
GST1_PLUGINS_GOOD_VERSION = 1.8.2
|
||||
GST1_PLUGINS_GOOD_SOURCE = gst-plugins-good-$(GST1_PLUGINS_GOOD_VERSION).tar.xz
|
||||
GST1_PLUGINS_GOOD_SITE = http://gstreamer.freedesktop.org/src/gst-plugins-good
|
||||
GST1_PLUGINS_GOOD_LICENSE_FILES = COPYING
|
||||
@@ -30,8 +30,7 @@ GST1_PLUGINS_GOOD_CONF_OPTS += \
|
||||
--disable-jack \
|
||||
--disable-libdv \
|
||||
--disable-dv1394 \
|
||||
--disable-shout2 \
|
||||
--disable-taglib
|
||||
--disable-shout2
|
||||
|
||||
GST1_PLUGINS_GOOD_DEPENDENCIES = gstreamer1 gst1-plugins-base
|
||||
|
||||
@@ -323,6 +322,12 @@ else
|
||||
GST1_PLUGINS_GOOD_CONF_OPTS += --disable-gst_v4l2
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_V4L2_PROBE),y)
|
||||
GST1_PLUGINS_GOOD_CONF_OPTS += --enable-v4l2-probe
|
||||
else
|
||||
GST1_PLUGINS_GOOD_CONF_OPTS += --disable-v4l2-probe
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_XORG7),y)
|
||||
GST1_PLUGINS_GOOD_DEPENDENCIES += xlib_libX11 xlib_libXext xlib_libXv
|
||||
GST1_PLUGINS_GOOD_CONF_OPTS += \
|
||||
|
||||
Reference in New Issue
Block a user