shithub: libdvdcss

Download patch

ref: 8894cb46629c1ccb7a87693a4d6eaea1cef543cf
parent: 497b8b6e549c1465945856747a0f589140a26307
author: Diego Biurrun <diego@biurrun.de>
date: Sat Nov 29 11:05:00 EST 2014

build: Support building under msys2

--- a/configure.ac
+++ b/configure.ac
@@ -104,7 +104,7 @@
   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.])
     ;;