Skip to content

Commit f840264

Browse files
committed
gst1-cencdecrypt: dependency issue fixed
1 parent 01588d1 commit f840264

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package/gstreamer1/Config.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ if BR2_PACKAGE_GSTREAMER1
55
source "package/gstreamer1/gst1-bcm/Config.in"
66
source "package/gstreamer1/gst1-aamp/Config.in"
77
source "package/gstreamer1/gstreamer1-mm/Config.in"
8+
source "package/gstreamer1/gst1-cencdecrypt/Config.in"
89
source "package/gstreamer1/gst1-plugins-base/Config.in"
910
source "package/gstreamer1/gst1-plugins-bayer2rgb-neon/Config.in"
1011
source "package/gstreamer1/gst1-plugins-good/Config.in"

package/gstreamer1/gst1-cencdecrypt/gst1-cencdecrypt.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ GST1_CENCDECRYPT_VERSION = dad6b3e32783f8c127eddf824813d8e9725f579f
22
GST1_CENCDECRYPT_SITE = [email protected]:WebPlatformForEmbedded/gstcencdecryptor.git
33
GST1_CENCDECRYPT_SITE_METHOD = git
44
GST1_CENCDECRYPT_INSTALL_STAGING = YES
5-
GST1_CENCDECRYPT_DEPENDENCIES = gstreamer1 wpeframework wpeframework-clientlibraries wpeframework-plugins libcurl
5+
GST1_CENCDECRYPT_DEPENDENCIES = gstreamer1 wpeframework wpeframework-clientlibraries libcurl
66

77
$(eval $(cmake-package))

0 commit comments

Comments
 (0)