Mercurial > mplayer.hg
changeset 35955:7d9406af9f09
configure: Fix mingw vs. mingw32 typo in libdvdcss check.
author | diego |
---|---|
date | Sat, 23 Mar 2013 18:29:58 +0000 |
parents | b1d68e8f28c0 |
children | 6f64e8736f9c |
files | configure |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Sat Mar 23 14:48:22 2013 +0000 +++ b/configure Sat Mar 23 18:29:58 2013 +0000 @@ -6012,7 +6012,7 @@ 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"