summarylogtreecommitdiffstats
path: root/configure.patch
blob: 1782dba99047bd6ae693c39e49fa2f8f8456b852 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- 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
-        if enabled shared; then
+        #if enabled shared; then
             # Cannot build both shared and static libs when using dllimport.
-            disable static
-        fi
+        #    disable static
+        #fi
         ! enabled small && test_cmd $windres --version && enable gnu_windres
         enabled x86_32 && check_ldflags -Wl,--large-address-aware
         shlibdir_default="$bindir_default"