summaryrefslogtreecommitdiffhomepage
path: root/patches/ffmpeg-4.1_pre.local.patch
diff options
context:
space:
mode:
authorLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2019-01-14 22:16:15 +0000
committerLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2019-01-14 22:16:15 +0000
commit3588803be99ec8b9b2f7d5cb8f325c38dfd8394c (patch)
treeb57a4e0ee13dd9a98180eafc56a12b91453a6ae3 /patches/ffmpeg-4.1_pre.local.patch
parent01322d22dbe829dde5337a1c9c8e49466c7c079b (diff)
downloadmidipix_build-3588803be99ec8b9b2f7d5cb8f325c38dfd8394c.tar.bz2
midipix_build-3588803be99ec8b9b2f7d5cb8f325c38dfd8394c.tar.xz
vars/build.vars:native_packages_etc: adds ffmpeg v4.1 (via Redfoxmoon.)
patches/ffmpeg-4.1_pre.local.patch: via Redfoxmoon.
Diffstat (limited to 'patches/ffmpeg-4.1_pre.local.patch')
-rw-r--r--patches/ffmpeg-4.1_pre.local.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/patches/ffmpeg-4.1_pre.local.patch b/patches/ffmpeg-4.1_pre.local.patch
new file mode 100644
index 00000000..4c8dbc8a
--- /dev/null
+++ b/patches/ffmpeg-4.1_pre.local.patch
@@ -0,0 +1,16 @@
+diff -ru ffmpeg-4.1.orig/configure ffmpeg-4.1/configure
+--- ffmpeg-4.1.orig/configure 2018-11-06 00:22:33.000000000 +0100
++++ ffmpeg-4.1/configure 2019-01-13 20:49:35.764790185 +0100
+@@ -5268,6 +5268,12 @@
+ ranlib=:
+ enable dos_paths
+ ;;
++ midipix*)
++ target_os=midipx
++ disable symver
++ enabled x86_64 && objformat="win64" || objformat="win32"
++ enable shared
++ ;;
+ cygwin*)
+ target_os=cygwin
+ shlibdir_default="$bindir_default"