We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f16ead8 commit 2bd530eCopy full SHA for 2bd530e
1 file changed
package/gstreamer1/gst1-common/gst1-common.mk
@@ -5,6 +5,15 @@
5
################################################################################
6
7
GST1_COMMON_VERSION = f0c2dc9aadfa05bb5274c40da750104ecbb88cba
8
+
9
+ifeq ($(BR2_PACKAGE_GSTREAMER1_10),y)
10
+GST1_COMMON_VERSION = ac2f647695e7bd4b433ea108ee1d0e23901797d4
11
+endif
12
13
+ifeq ($(BR2_PACKAGE_GSTREAMER1_14),y)
14
+GST1_COMMON_VERSION = f0c2dc9aadfa05bb5274c40da750104ecbb88cba
15
16
17
GST1_COMMON_SOURCE = common-$(GST1_COMMON_VERSION).tar.xz
18
GST1_COMMON_SITE = http://cgit.freedesktop.org/gstreamer/common/snapshot
19
BR_NO_CHECK_HASH_FOR += $(GST1_COMMON_SOURCE)
0 commit comments