This patch ensures that MSVC builds under msys will use windres when
available, thereby resulting in the appropriate version and copyright
information to be included in the dlls, as is already the case in the mingw
builds.
---
 configure | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configure b/configure
index b124411609..0fea0bf595 100755
--- a/configure
+++ b/configure
@@ -5544,6 +5544,7 @@ case $target_os in
         enabled x86_64 && objformat="win64" || objformat="win32"
         ranlib=:
         enable dos_paths
+        enabled shared && ! enabled small && test_cmd $windres --version && 
enable gnu_windres
         ;;
     cygwin*)
         target_os=cygwin
-- 
2.25.1

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to