[MPlayer-cvslog] r26021 - trunk/configure
diego
subversion at mplayerhq.hu
Mon Feb 18 15:57:54 CET 2008
Author: diego
Date: Mon Feb 18 15:57:54 2008
New Revision: 26021
Log:
Set SYS_BEOS for libdvdcss compilation on BeOS.
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Mon Feb 18 15:57:54 2008
@@ -7551,6 +7551,7 @@ if test "$_largefiles" = yes || freebsd
# dvdread support requires this (for off64_t)
CFLAGS="$CFLAGS -D_LARGEFILE64_SOURCE"
cygwin && CFLAGS="$CFLAGS -DSYS_CYGWIN"
+ beos && CFLAGS="$CFLAGS -DSYS_BEOS"
fi
fi
More information about the MPlayer-cvslog
mailing list