Skip to content

Commit 744b40b

Browse files
committed
[gst1-bcm] cleaning up curl and mpg123
1 parent d50f56b commit 744b40b

File tree

3 files changed

+18
-7
lines changed

3 files changed

+18
-7
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
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)

package/gstreamer1/gst1-bcm/Config.in

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
menuconfig 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
1210
comment "Broadcom Nexus specific plugins"
1311

1412
config 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

2019
config BR2_PACKAGE_GST1_BCM_AUDFILTER
2120
bool "audfilter"

package/gstreamer1/gst1-bcm/gst1-bcm.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ GST1_BCM_SITE = [email protected]:Metrological/gstreamer-plugins-soc.git
3434
GST1_BCM_SITE_METHOD = git
3535
GST1_BCM_LICENSE = PROPRIETARY
3636
GST1_BCM_INSTALL_STAGING = YES
37-
GST1_BCM_DEPENDENCIES = gstreamer1 gst1-plugins-base libcurl mpg123
37+
GST1_BCM_DEPENDENCIES = gstreamer1 gst1-plugins-base
3838

3939
ifeq ($(BR2_PACKAGE_BCM_REFSW),y)
4040
GST1_BCM_DEPENDENCIES += bcm-refsw

0 commit comments

Comments
 (0)