Add libdvdcss-specific CFLAGS in the correct place.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24091 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2007-08-18 09:39:56 +00:00
parent 730a647a2a
commit 17141cb6d5
1 changed files with 2 additions and 1 deletions

3
configure vendored
View File

@ -7411,7 +7411,7 @@ elif bsd ; then
CFLAGS="$CFLAGS -D_THREAD_SAFE"
fi
if cygwin ; then
CFLAGS="$CFLAGS -D__CYGWIN__ -DSYS_CYGWIN"
CFLAGS="$CFLAGS -D__CYGWIN__"
fi
# 64 bit file offsets?
if test "$_largefiles" = yes || freebsd ; then
@ -7419,6 +7419,7 @@ if test "$_largefiles" = yes || freebsd ; then
if test "$_dvdread" = yes || test "$_libdvdcss_internal" = yes ; then
# dvdread support requires this (for off64_t)
CFLAGS="$CFLAGS -D_LARGEFILE64_SOURCE"
cygwin && CFLAGS="$CFLAGS -DSYS_CYGWIN"
fi
fi