]> git.sesse.net Git - ffmpeg/blobdiff - configure
rtsp: Log getaddrinfo failures
[ffmpeg] / configure
index f5a9a2690f38a85f3f7c4bccceef305b3fd5d9e5..6640f2f6db55392759a230722aa067ee22cb336a 100755 (executable)
--- a/configure
+++ b/configure
@@ -3647,6 +3647,9 @@ case $target_os in
         enabled_any pic shared ||
             { check_cflags -mdynamic-no-pic && add_asflags -mdynamic-no-pic; }
         ;;
+    msys*)
+        die "Native MSYS builds are discouraged, please use the MINGW environment.";
+        ;;
     mingw32*)
         if test $target_os = "mingw32ce"; then
             disable network