[MPlayer-cvslog] r36046 - in trunk: Copyright Makefile configure libdvdcss/bsdi_dvd.h libdvdcss/common.h libdvdcss/css.c libdvdcss/css.h libdvdcss/csstables.h libdvdcss/device.c libdvdcss/device.h libdvdcss/dvdcss/...
Josh
joshf87 at live.com
Sat Mar 23 18:38:16 CET 2013
On 3/23/2013 10:32, diego wrote:
> elif cygwin ; then
> - cflags_libdvdcss="-DSYS_CYGWIN -DWIN32"
> - elif os2 ; then
> - cflags_libdvdcss="-DSYS_OS2"
> + cflags_libdvdcss="-D_WIN32_IE=0x0500 -mwin32"
> + elif mingw ; then
> + cflags_libdvdcss="-D_WIN32_IE=0x0500"
> fi
> cflags_libdvdcss_dvdread="-Ilibdvdcss"
> def_dvdcss="#define HAVE_DVDCSS_DVDCSS_H 1"
> @@ -8618,6 +8617,11 @@ cat > $TMPH << EOF
> #undef FAST_OSD
> #undef FAST_OSD_TABLE
>
'elif mingw' should be 'elif mingw32'
Checking for Blu-ray support ... yes
Checking for dvdread ... yes (internal)
Checking for internal libdvdcss ... ./configure: line 6015: mingw:
command not found
yes
Checking for libcdio ... yes
More information about the MPlayer-cvslog
mailing list