mirror of
https://github.com/mpv-player/mpv
synced 2025-01-31 04:02:06 +00:00
Do not add __CYGWIN__ to CFLAGS on Cygwin, the system defines it anyway.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27364 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
9c40dd44ab
commit
9e4b7bbc27
3
configure
vendored
3
configure
vendored
@ -7665,9 +7665,6 @@ elif freebsd || netbsd || openbsd || bsdos ; then
|
||||
# FIXME bsd needs this so maybe other OS'es
|
||||
CFLAGS="$CFLAGS -D_THREAD_SAFE"
|
||||
fi
|
||||
if cygwin ; then
|
||||
CFLAGS="$CFLAGS -D__CYGWIN__"
|
||||
fi
|
||||
# 64 bit file offsets?
|
||||
if test "$_largefiles" = yes || freebsd ; then
|
||||
CFLAGS="$CFLAGS -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"
|
||||
|
Loading…
Reference in New Issue
Block a user