diff options
Diffstat (limited to 'tools/buildsteps/windows/patches/0003-ffmpeg-static.patch')
-rw-r--r-- | tools/buildsteps/windows/patches/0003-ffmpeg-static.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/buildsteps/windows/patches/0003-ffmpeg-static.patch b/tools/buildsteps/windows/patches/0003-ffmpeg-static.patch index 48938d43f1..fb78864a7d 100644 --- a/tools/buildsteps/windows/patches/0003-ffmpeg-static.patch +++ b/tools/buildsteps/windows/patches/0003-ffmpeg-static.patch @@ -1,6 +1,6 @@ --- a/configure +++ b/configure -@@ -5109,6 +5109,8 @@ +@@ -5131,6 +5131,8 @@ enabled shared && ! enabled small && test_cmd $windres --version && enable gnu_windres enabled x86_32 && check_ldflags -Wl,--large-address-aware shlibdir_default="$bindir_default" @@ -9,7 +9,7 @@ SLIBPREF="" SLIBSUF=".dll" SLIBNAME_WITH_VERSION='$(SLIBPREF)$(FULLNAME)-$(LIBVERSION)$(SLIBSUF)' -@@ -5158,6 +5160,8 @@ +@@ -5180,6 +5182,8 @@ fi enabled x86_32 && check_ldflags -LARGEADDRESSAWARE shlibdir_default="$bindir_default" |