summarylogtreecommitdiffstats
path: root/configure.patch
diff options
context:
space:
mode:
Diffstat (limited to 'configure.patch')
-rw-r--r--configure.patch9
1 files changed, 4 insertions, 5 deletions
diff --git a/configure.patch b/configure.patch
index 33fa63d9089e..1782dba99047 100644
--- a/configure.patch
+++ b/configure.patch
@@ -1,7 +1,6 @@
-diff -ruN ffmpeg-4.0/configure patched/configure
---- ffmpeg-4.0/configure 2018-04-20 12:02:55.000000000 +0200
-+++ patched/configure 2018-05-13 10:55:23.199869611 +0200
-@@ -5101,10 +5101,10 @@
+--- ffmpeg/configure 2023-03-03 16:09:27.129999842 +0100
++++ patched/configure 2023-03-03 16:11:44.793333176 +0100
+@@ -5583,10 +5583,10 @@
elif enabled aarch64; then
LIBTARGET="arm64"
fi
@@ -12,6 +11,6 @@ diff -ruN ffmpeg-4.0/configure patched/configure
- fi
+ # disable static
+ #fi
- enabled shared && ! enabled small && test_cmd $windres --version && enable gnu_windres
+ ! enabled small && test_cmd $windres --version && enable gnu_windres
enabled x86_32 && check_ldflags -Wl,--large-address-aware
shlibdir_default="$bindir_default"