[MPlayer-cvslog] r36049 - trunk/configure

diego subversion at mplayerhq.hu
Sat Mar 23 19:29:58 CET 2013


Author: diego
Date: Sat Mar 23 19:29:58 2013
New Revision: 36049

Log:
configure: Fix mingw vs. mingw32 typo in libdvdcss check.

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Sat Mar 23 15:48:22 2013	(r36048)
+++ trunk/configure	Sat Mar 23 19:29:58 2013	(r36049)
@@ -6012,7 +6012,7 @@ if test "$_libdvdcss_internal" = yes ; t
     extra_ldflags="$extra_ldflags -framework IOKit -framework Carbon"
   elif cygwin ; then
     cflags_libdvdcss="-D_WIN32_IE=0x0500 -mwin32"
-  elif mingw ; then
+  elif mingw32 ; then
     cflags_libdvdcss="-D_WIN32_IE=0x0500"
   fi
   cflags_libdvdcss_dvdread="-Ilibdvdcss"


More information about the MPlayer-cvslog mailing list