Set SYS_BEOS for libdvdcss compilation on BeOS.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26021 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2008-02-18 14:57:54 +00:00
parent 400b6f1e43
commit 1b2d02e8e3
1 changed files with 1 additions and 0 deletions

1
configure vendored
View File

@ -7551,6 +7551,7 @@ if test "$_largefiles" = yes || freebsd ; then
# dvdread support requires this (for off64_t)
CFLAGS="$CFLAGS -D_LARGEFILE64_SOURCE"
cygwin && CFLAGS="$CFLAGS -DSYS_CYGWIN"
beos && CFLAGS="$CFLAGS -DSYS_BEOS"
fi
fi