summaryrefslogtreecommitdiffstats
path: root/patches
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2019-04-23 21:47:38 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2019-04-25 17:37:41 +0200
commitea59a265489ae1062f7210f21fe9d1eac81ebeff (patch)
tree85ad16fab0615cbd62cb6f3f19bb2910dbf4966c /patches
parentaef744b4ce129a804853fb9f3167268c65ecb836 (diff)
downloadptxdist-ea59a265489ae1062f7210f21fe9d1eac81ebeff.tar.gz
ptxdist-ea59a265489ae1062f7210f21fe9d1eac81ebeff.tar.xz
ffmpeg: version bump r12314 -> 4.1.3
Note: The configuration options are chosen to only enable the features needed by gst-libav. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'patches')
-rw-r--r--patches/ffmpeg-r12314/configure_cpu_type_cortex.diff25
-rw-r--r--patches/ffmpeg-r12314/series1
2 files changed, 0 insertions, 26 deletions
diff --git a/patches/ffmpeg-r12314/configure_cpu_type_cortex.diff b/patches/ffmpeg-r12314/configure_cpu_type_cortex.diff
deleted file mode 100644
index 81281674f..000000000
--- a/patches/ffmpeg-r12314/configure_cpu_type_cortex.diff
+++ /dev/null
@@ -1,25 +0,0 @@
-From: Luotao Fu <l.fu@pengutronix.de>
-Subject: add cortex* cpus to cpu selections in configure script
-
-This one makes the configure script take the cortex* cpu types, as i.E. used in
-OMAP3 processors, and set the correct gcc flag.
-
-Signed-off-by: Luotao Fu <l.fu@pengutronix.de>
----
- configure | 3 +++
- 1 file changed, 3 insertions(+)
-
-Index: configure
-===================================================================
---- configure.orig
-+++ configure
-@@ -1464,6 +1464,9 @@ if test $cpu != "generic"; then
- arm*)
- add_cflags "-mcpu=$cpu"
- ;;
-+ cortex*)
-+ add_cflags "-mcpu=$cpu"
-+ ;;
- *)
- echo "WARNING: Unknown CPU \"$cpu\", ignored."
- ;;
diff --git a/patches/ffmpeg-r12314/series b/patches/ffmpeg-r12314/series
deleted file mode 100644
index 66225acdd..000000000
--- a/patches/ffmpeg-r12314/series
+++ /dev/null
@@ -1 +0,0 @@
-configure_cpu_type_cortex.diff -p0