summaryrefslogtreecommitdiffhomepage
path: root/patches/ffmpeg-5.0.1_pre.local.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/ffmpeg-5.0.1_pre.local.patch')
-rw-r--r--patches/ffmpeg-5.0.1_pre.local.patch23
1 files changed, 23 insertions, 0 deletions
diff --git a/patches/ffmpeg-5.0.1_pre.local.patch b/patches/ffmpeg-5.0.1_pre.local.patch
new file mode 100644
index 00000000..d8e39cba
--- /dev/null
+++ b/patches/ffmpeg-5.0.1_pre.local.patch
@@ -0,0 +1,23 @@
+--- ffmpeg-4.1/configure.orig 2018-11-05 23:22:33.000000000 +0000
++++ ffmpeg-4.1/configure 2019-01-17 19:13:20.212000000 +0000
+@@ -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"
+@@ -5764,7 +5770,6 @@
+ disabled x86asm && die "nasm/yasm not found or too old. Use --disable-x86asm for a crippled build."
+ X86ASMFLAGS="-f $objformat"
+ enabled pic && append X86ASMFLAGS "-DPIC"
+- test -n "$extern_prefix" && append X86ASMFLAGS "-DPREFIX"
+ case "$objformat" in
+ elf*) enabled debug && append X86ASMFLAGS $x86asm_debug ;;
+ esac