shithub: libdvdcss

Download patch

ref: 497b8b6e549c1465945856747a0f589140a26307
parent: 1c2da8e3818b07036ea5931ab7e6e6033e50e1da
author: Diego Biurrun <diego@biurrun.de>
date: Sat Nov 29 11:04:05 EST 2014

build: Fix wince/mingwce detection

--- a/configure.ac
+++ b/configure.ac
@@ -115,7 +115,7 @@
     SYS_MSVC=1
     AC_DEFINE([_WIN32_IE], 0x0501, [Define to '0x0500' for IE 5.01 (and shell) APIs.])
     ;;
-  x*mingw* | *wince* | *mingwce*)
+  x*mingw* | x*wince* | x*mingwce*)
     AC_DEFINE([_WIN32_IE], 0x0501, [Define to '0x0500' for IE 5.01 (and shell) APIs.])
     ;;
   x*)