diff options
author | Carlos Rafael Giani <crg7475@mailbox.org> | 2019-05-26 13:06:38 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-05-28 10:47:02 +0100 |
commit | dd816ac41cfb7de3a7318262b2e251f01a1e3c21 (patch) | |
tree | 7cb32e14829dcc2587bf8fccfaf6f29754f929c8 /meta/recipes-multimedia | |
parent | 7d475c6768771860149626973bc1c4422ab27e69 (diff) | |
download | poky-dd816ac41cfb7de3a7318262b2e251f01a1e3c21.tar.gz |
gstreamer1.0-libav: upgrade to version 1.16.0
(From OE-Core rev: 470cfb397b213025f9faf231d3886fd7db90aaf4)
Signed-off-by: Philippe Normand <philn@igalia.com>
Signed-off-by: Carlos Rafael Giani <crg7475@mailbox.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0-libav/0001-Disable-yasm-for-libav-when-disable-yasm.patch | 2 | ||||
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0-libav/0001-configure-check-for-armv7ve-variant.patch | 4 | ||||
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0-libav/mips64_cpu_detection.patch | 2 | ||||
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0-libav/workaround-to-build-gst-libav-for-i586-with-gcc.patch | 2 | ||||
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.16.0.bb (renamed from meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.14.4.bb) | 4 |
5 files changed, 7 insertions, 7 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav/0001-Disable-yasm-for-libav-when-disable-yasm.patch b/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav/0001-Disable-yasm-for-libav-when-disable-yasm.patch index 1d99ad1251..11571aefa1 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav/0001-Disable-yasm-for-libav-when-disable-yasm.patch +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav/0001-Disable-yasm-for-libav-when-disable-yasm.patch | |||
@@ -15,7 +15,7 @@ diff --git a/configure.ac b/configure.ac | |||
15 | index 22ede88..ef3c050 100644 | 15 | index 22ede88..ef3c050 100644 |
16 | --- a/configure.ac | 16 | --- a/configure.ac |
17 | +++ b/configure.ac | 17 | +++ b/configure.ac |
18 | @@ -305,6 +305,12 @@ else | 18 | @@ -355,6 +355,12 @@ else |
19 | emblibav_configure_args="$emblibav_configure_args --enable-gpl" | 19 | emblibav_configure_args="$emblibav_configure_args --enable-gpl" |
20 | fi | 20 | fi |
21 | 21 | ||
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav/0001-configure-check-for-armv7ve-variant.patch b/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav/0001-configure-check-for-armv7ve-variant.patch index b80d073946..f182715bda 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav/0001-configure-check-for-armv7ve-variant.patch +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav/0001-configure-check-for-armv7ve-variant.patch | |||
@@ -22,8 +22,8 @@ diff --git a/gst-libs/ext/libav/configure b/gst-libs/ext/libav/configure | |||
22 | index 4a5e477..727818e 100755 | 22 | index 4a5e477..727818e 100755 |
23 | --- a/gst-libs/ext/libav/configure | 23 | --- a/gst-libs/ext/libav/configure |
24 | +++ b/gst-libs/ext/libav/configure | 24 | +++ b/gst-libs/ext/libav/configure |
25 | @@ -4295,6 +4295,7 @@ elif enabled arm; then | 25 | @@ -4745,6 +4745,7 @@ elif enabled arm; then |
26 | elif check_arm_arch 6Z; then echo armv6z | 26 | elif check_arm_arch 6KZ; then echo armv6zk |
27 | elif check_arm_arch 6ZK; then echo armv6zk | 27 | elif check_arm_arch 6ZK; then echo armv6zk |
28 | elif check_arm_arch 6T2; then echo armv6t2 | 28 | elif check_arm_arch 6T2; then echo armv6t2 |
29 | + elif check_arm_arch EXT_IDIV; then echo armv7ve | 29 | + elif check_arm_arch EXT_IDIV; then echo armv7ve |
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav/mips64_cpu_detection.patch b/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav/mips64_cpu_detection.patch index 7a0b448888..90d042b313 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav/mips64_cpu_detection.patch +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav/mips64_cpu_detection.patch | |||
@@ -17,7 +17,7 @@ Index: gst-libav-1.10.1/gst-libs/ext/libav/configure | |||
17 | =================================================================== | 17 | =================================================================== |
18 | --- gst-libav-1.10.1.orig/gst-libs/ext/libav/configure | 18 | --- gst-libav-1.10.1.orig/gst-libs/ext/libav/configure |
19 | +++ gst-libav-1.10.1/gst-libs/ext/libav/configure | 19 | +++ gst-libav-1.10.1/gst-libs/ext/libav/configure |
20 | @@ -5269,12 +5269,9 @@ elif enabled mips; then | 20 | @@ -5650,12 +5650,9 @@ elif enabled mips; then |
21 | 21 | ||
22 | # Enable minimum ISA based on selected options | 22 | # Enable minimum ISA based on selected options |
23 | if enabled mips64; then | 23 | if enabled mips64; then |
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav/workaround-to-build-gst-libav-for-i586-with-gcc.patch b/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav/workaround-to-build-gst-libav-for-i586-with-gcc.patch index 36abf8607e..4b85356547 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav/workaround-to-build-gst-libav-for-i586-with-gcc.patch +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav/workaround-to-build-gst-libav-for-i586-with-gcc.patch | |||
@@ -11,7 +11,7 @@ Signed-off-by: Robert Yang <liezhi.yang@windriver.com> | |||
11 | 11 | ||
12 | --- gst-libav-1.4.5.orig/gst-libs/ext/libav/libavcodec/h264_cabac.c | 12 | --- gst-libav-1.4.5.orig/gst-libs/ext/libav/libavcodec/h264_cabac.c |
13 | +++ gst-libav-1.4.5/gst-libs/ext/libav/libavcodec/h264_cabac.c | 13 | +++ gst-libav-1.4.5/gst-libs/ext/libav/libavcodec/h264_cabac.c |
14 | @@ -2020,7 +2020,11 @@ decode_intra_mb: | 14 | @@ -2057,7 +2057,11 @@ decode_intra_mb: |
15 | // In deblocking, the quantizer is 0 | 15 | // In deblocking, the quantizer is 0 |
16 | h->cur_pic.qscale_table[mb_xy] = 0; | 16 | h->cur_pic.qscale_table[mb_xy] = 0; |
17 | // All coeffs are present | 17 | // All coeffs are present |
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.14.4.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.16.0.bb index 5c9c372f04..3f1ec99d95 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.14.4.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.16.0.bb | |||
@@ -19,8 +19,8 @@ SRC_URI = "http://gstreamer.freedesktop.org/src/gst-libav/gst-libav-${PV}.tar.xz | |||
19 | file://0001-configure-check-for-armv7ve-variant.patch \ | 19 | file://0001-configure-check-for-armv7ve-variant.patch \ |
20 | file://0001-fix-host-contamination.patch \ | 20 | file://0001-fix-host-contamination.patch \ |
21 | " | 21 | " |
22 | SRC_URI[md5sum] = "58342db11dbb201a66a62577dcf7bab5" | 22 | SRC_URI[md5sum] = "e3a201a45985ddc1327cd496046ca818" |
23 | SRC_URI[sha256sum] = "dfd78591901df7853eab7e56a86c34a1b03635da0d3d56b89aa577f1897865da" | 23 | SRC_URI[sha256sum] = "dfac119043a9cfdcacd7acde77f674ab172cf2537b5812be52f49e9cddc53d9a" |
24 | 24 | ||
25 | S = "${WORKDIR}/gst-libav-${PV}" | 25 | S = "${WORKDIR}/gst-libav-${PV}" |
26 | 26 | ||