summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--patches/gst-libav-1.10.0/0001-configure-fix-target_os-when-cross-compiling-for-arm.patch26
l---------patches/gst-libav-1.10.0/autogen.sh1
-rw-r--r--patches/gst-libav-1.10.0/series4
-rw-r--r--rules/gst-libav1.make4
4 files changed, 2 insertions, 33 deletions
diff --git a/patches/gst-libav-1.10.0/0001-configure-fix-target_os-when-cross-compiling-for-arm.patch b/patches/gst-libav-1.10.0/0001-configure-fix-target_os-when-cross-compiling-for-arm.patch
deleted file mode 100644
index e4da5e185..000000000
--- a/patches/gst-libav-1.10.0/0001-configure-fix-target_os-when-cross-compiling-for-arm.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-From: Michael Olbrich <m.olbrich@pengutronix.de>
-Date: Thu, 10 Nov 2016 15:42:19 +0100
-Subject: [PATCH] configure: fix target_os when cross-compiling for arm
-
-For arm 'host_os' is '*-gnueabi' or '*-gnueabihf' so sed needs to cut of
-more. Otherwise configuring ffmpeg will fail with "Unknown OS 'linuxeabi'."
-or something like that.
-
-Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
----
- configure.ac | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/configure.ac b/configure.ac
-index 013217c80a64..e9cda6a840a3 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -384,7 +384,7 @@ else
- target_os=darwin
- ;;
- *)
-- target_os=`echo $host_os | sed 's/-gnu//'`
-+ target_os=`echo $host_os | sed 's/-gnu.*//'`
- ;;
- esac
-
diff --git a/patches/gst-libav-1.10.0/autogen.sh b/patches/gst-libav-1.10.0/autogen.sh
deleted file mode 120000
index 9f8a4cb7d..000000000
--- a/patches/gst-libav-1.10.0/autogen.sh
+++ /dev/null
@@ -1 +0,0 @@
-../autogen.sh \ No newline at end of file
diff --git a/patches/gst-libav-1.10.0/series b/patches/gst-libav-1.10.0/series
deleted file mode 100644
index 1a53d848d..000000000
--- a/patches/gst-libav-1.10.0/series
+++ /dev/null
@@ -1,4 +0,0 @@
-# generated by git-ptx-patches
-#tag:base --start-number 1
-0001-configure-fix-target_os-when-cross-compiling-for-arm.patch
-# b0b5904db7a15ddebee55062e49a72cb - git-ptx-patches magic
diff --git a/rules/gst-libav1.make b/rules/gst-libav1.make
index bc768b9a6..07e187e26 100644
--- a/rules/gst-libav1.make
+++ b/rules/gst-libav1.make
@@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_GST_LIBAV1) += gst-libav1
#
# Paths and names
#
-GST_LIBAV1_VERSION := 1.10.0
-GST_LIBAV1_MD5 := 5a91cea1affe136298db4f6185f78f72
+GST_LIBAV1_VERSION := 1.10.1
+GST_LIBAV1_MD5 := 9dc8fb8dd01818c27230a1ed6ba9f4de
GST_LIBAV1 := gst-libav-$(GST_LIBAV1_VERSION)
GST_LIBAV1_SUFFIX := tar.xz
GST_LIBAV1_URL := http://gstreamer.freedesktop.org/src/gst-libav/$(GST_LIBAV1).$(GST_LIBAV1_SUFFIX)