summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.12.4.bb
diff options
context:
space:
mode:
authorMaxin B. John <maxin.john@intel.com>2017-12-27 11:53:51 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-01-04 12:57:42 +0000
commita2ff00391ebb72f77935d4b02237d055d7318c81 (patch)
tree21ee50a8b2a616b530075a0b2107afae2604938c /meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.12.4.bb
parentc9b64a112329ac77f4f40f13fd43ecd0a2907356 (diff)
downloadpoky-a2ff00391ebb72f77935d4b02237d055d7318c81.tar.gz
gstreamer1.0: upgrade to version 1.12.4
The fourth 1.12 bug-fix release (From OE-Core rev: 1d3959676ad975d71a3466c2c6bf2457f2982c3a) Signed-off-by: Maxin B. John <maxin.john@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.12.4.bb')
-rw-r--r--meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.12.4.bb21
1 files changed, 21 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.12.4.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.12.4.bb
new file mode 100644
index 0000000000..af547ba602
--- /dev/null
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.12.4.bb
@@ -0,0 +1,21 @@
1require gstreamer1.0-libav.inc
2
3LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
4 file://COPYING.LIB;md5=6762ed442b3822387a51c92d928ead0d \
5 file://ext/libav/gstav.h;beginline=1;endline=18;md5=a752c35267d8276fd9ca3db6994fca9c \
6 file://gst-libs/ext/libav/COPYING.GPLv2;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
7 file://gst-libs/ext/libav/COPYING.GPLv3;md5=d32239bcb673463ab874e80d47fae504 \
8 file://gst-libs/ext/libav/COPYING.LGPLv2.1;md5=bd7a443320af8c812e4c18d1b79df004 \
9 file://gst-libs/ext/libav/COPYING.LGPLv3;md5=e6a600fd5e1d9cbde2d983680233ad02"
10
11SRC_URI = "http://gstreamer.freedesktop.org/src/gst-libav/gst-libav-${PV}.tar.xz \
12 file://0001-Disable-yasm-for-libav-when-disable-yasm.patch \
13 file://workaround-to-build-gst-libav-for-i586-with-gcc.patch \
14 file://mips64_cpu_detection.patch \
15 file://0001-configure-check-for-armv7ve-variant.patch \
16 file://0001-hevcpred_msa.c-Fix-build-by-Including-libavcodec-hev.patch \
17 "
18SRC_URI[md5sum] = "8a851bf2e475e90a3fdac9506e3e4dbd"
19SRC_URI[sha256sum] = "2a56aa5d2d8cd912f2bce17f174713d2c417ca298f1f9c28ee66d4aa1e1d9e62"
20
21S = "${WORKDIR}/gst-libav-${PV}"