summaryrefslogtreecommitdiffhomepage
path: root/patches/ffmpeg-4.1_pre.local.patch
diff options
context:
space:
mode:
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"