[libdvdcss-devel] build: Support building under msys2

Diego Biurrun git at videolan.org
Wed Dec 3 18:37:29 CET 2014


libdvdcss | branch: master | Diego Biurrun <diego at biurrun.de> | Sat Nov 29 16:05:00 2014 +0100| [8894cb46629c1ccb7a87693a4d6eaea1cef543cf] | committer: Diego Biurrun

build: Support building under msys2

> http://git.videolan.org/gitweb.cgi/libdvdcss.git/?a=commit;h=8894cb46629c1ccb7a87693a4d6eaea1cef543cf
---

 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.])
     ;;



More information about the libdvdcss-devel mailing list