[libdvdcss-devel] [PATCH 2/4] build: Support building under msys2

Diego Biurrun diego at biurrun.de
Tue Dec 2 19:37:13 CET 2014


---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index b6ef3fa..69a2de5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -104,7 +104,7 @@ case x"${host_os}" in
   xdarwin*)
     CFLAGS="${CFLAGS} -no-cpp-precomp"
     ;;
-  x*cygwin*)
+  x*cygwin* | x*msys*)
     CFLAGS="${CFLAGS} -mwin32"
     AC_DEFINE([_WIN32_IE], 0x0501, [Define to '0x0501' for IE 5.01 (and shell) APIs.])
     ;;
-- 
2.1.1



More information about the libdvdcss-devel mailing list