Skip to content

Commit 95facaa

Browse files
pwieldersvolkan-aslan
authored andcommitted
[BCM-SYNC] Move to the latest Broadcom Colaboration sync and adapt options accordingly.
1 parent 2cacfda commit 95facaa

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
ifneq ($(filter y,$(BR2_PACKAGE_GST1_BCM_UNIFIED_VERSION)),)
88
GST1_BCM_SITE = [email protected]:Metrological/bcm-collaboration
9-
GST1_BCM_VERSION = 0846f6294a8a7851e405d7f2c4e2d3af27ba3817
9+
GST1_BCM_VERSION = 479464d4205d3f8828ca06609ff9b9ec89bd7b13
1010
else
1111
GST1_BCM_SITE = [email protected]:Metrological/gstreamer-plugins-soc.git
1212

@@ -120,6 +120,10 @@ GST1_BCM_CONF_OPTS = \
120120
--disable-playersinkbin \
121121
--disable-gfxsink
122122

123+
ifeq ($(BR2_PACKAGE_GST1_BCM_ENABLE_SVP),y)
124+
GST1_BCM_CONF_OPTS += --enable-svp
125+
endif
126+
123127
ifeq ($(BR2_PACKAGE_GST1_BCM_AUDFILTER),y)
124128
GST1_BCM_CONF_OPTS += --enable-audfilter
125129
else

package/wpe/wpeframework/Config.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,6 @@ config BR2_PACKAGE_WPEFRAMEWORK_CRYPTOGRAPHY_IMPLEMENTATION_NEXUS_DRM_BASED
231231
Use DRM based implementation.
232232

233233
config BR2_PACKAGE_WPEFRAMEWORK_CRYPTOGRAPHY_IMPLEMENTATION_NEXUS_COMMAND_BASED
234-
config BR2_PACKAGE_WPEFRAMEWORK_CRYPTOGRAPHY_IMPLEMENTATION_NEXUS_COMMAND_BASED
235234
bool "TEE Command based"
236235
help
237236
Use TEE Command based implementation

0 commit comments

Comments
 (0)