diff configure @ 25989:a85036bfa93b

Set SYS_BEOS for libdvdcss compilation on BeOS.
author diego
date Mon, 18 Feb 2008 14:57:54 +0000
parents ebb3be14974e
children 1436ca7d55ae
line wrap: on
line diff
--- a/configure	Sun Feb 17 19:49:46 2008 +0000
+++ b/configure	Mon Feb 18 14:57:54 2008 +0000
@@ -7551,6 +7551,7 @@
     # dvdread support requires this (for off64_t)
     CFLAGS="$CFLAGS -D_LARGEFILE64_SOURCE"
     cygwin && CFLAGS="$CFLAGS -DSYS_CYGWIN"
+    beos && CFLAGS="$CFLAGS -DSYS_BEOS"
   fi
 fi