File tree Expand file tree Collapse file tree 3 files changed +18
-7
lines changed
package/gstreamer1/gst1-bcm Expand file tree Collapse file tree 3 files changed +18
-7
lines changed Original file line number Diff line number Diff line change 1+ diff -urN gst1-bcm-18.2-rdkv-20180727.orig/configure.ac gst1-bcm-18.2-rdkv-20180727/configure.ac
2+ --- gst1-bcm-18.2-rdkv-20180727.orig/configure.ac 2018-12-17 20:32:10.000000000 +0000
3+ +++ gst1-bcm-18.2-rdkv-20180727/configure.ac 2018-12-21 14:36:24.310768714 +0000
4+ @@ -288,8 +288,6 @@
5+
6+ plugindir="\$(libdir)/gstreamer-$GST_MAJORMINOR"
7+ PKG_CHECK_MODULES([GLIB], [glib-2.0 >= 0.10.28])
8+ - PKG_CHECK_MODULES([CURL], [libcurl >= 7.19.6])
9+ - PKG_CHECK_MODULES([MPG123], [libmpg123 >= 1.19.0])
10+ AC_SUBST(PLUGIN_SRC)
11+ AC_SUBST(ENABLE_SVP)
12+ AC_SUBST(plugindir)
Original file line number Diff line number Diff line change 11menuconfig BR2_PACKAGE_GST1_BCM
22 bool "gst1-bcm"
33 select BR2_PACKAGE_GST1_PLUGINS_BASE
4- select BR2_PACKAGE_LIBCURL
5- select BR2_PACKAGE_MPG123
64 depends on BR2_PACKAGE_BCM_REFSW || BR2_PACKAGE_ACN_SDK || BR2_PACKAGE_HOMECAST_SDK || BR2_PACKAGE_VSS_SDK
75 help
86 Broadcom NEXUS GStreamer 1.x plugins
@@ -12,10 +10,11 @@ if BR2_PACKAGE_GST1_BCM
1210comment "Broadcom Nexus specific plugins"
1311
1412config BR2_PACKAGE_GST1_BCM_VP9_SUPPORT
15- bool "VP9 support"
16- default y
17- help
18- If this plugin supports VP9, provide VP9 via typefindelements
13+ bool "VP9 support"
14+ depends on BR2_PACKAGE_HAS_VP9_DECODER
15+ default n
16+ help
17+ If this plugin supports VP9, provide VP9 via typefindelements
1918
2019config BR2_PACKAGE_GST1_BCM_AUDFILTER
2120 bool "audfilter"
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ GST1_BCM_SITE =
[email protected] :Metrological/gstreamer-plugins-soc.git
3434GST1_BCM_SITE_METHOD = git
3535GST1_BCM_LICENSE = PROPRIETARY
3636GST1_BCM_INSTALL_STAGING = YES
37- GST1_BCM_DEPENDENCIES = gstreamer1 gst1-plugins-base libcurl mpg123
37+ GST1_BCM_DEPENDENCIES = gstreamer1 gst1-plugins-base
3838
3939ifeq ($(BR2_PACKAGE_BCM_REFSW ) ,y)
4040GST1_BCM_DEPENDENCIES += bcm-refsw
You can’t perform that action at this time.
0 commit comments