File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66
77ifneq ($(filter y,$(BR2_PACKAGE_GST1_BCM_UNIFIED_VERSION ) ) ,)
88GST1_BCM_SITE = git@github.com:Metrological/bcm-collaboration
9- GST1_BCM_VERSION = 0846f6294a8a7851e405d7f2c4e2d3af27ba3817
9+ GST1_BCM_VERSION = 479464d4205d3f8828ca06609ff9b9ec89bd7b13
1010else
1111GST1_BCM_SITE = git@github.com: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+
123127ifeq ($(BR2_PACKAGE_GST1_BCM_AUDFILTER ) ,y)
124128GST1_BCM_CONF_OPTS += --enable-audfilter
125129else
Original file line number Diff line number Diff line change @@ -231,7 +231,6 @@ config BR2_PACKAGE_WPEFRAMEWORK_CRYPTOGRAPHY_IMPLEMENTATION_NEXUS_DRM_BASED
231231 Use DRM based implementation.
232232
233233config 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
You can’t perform that action at this time.
0 commit comments