mirror of https://github.com/mpv-player/mpv
Remove useless/redundant SYS_LINUX and _REENTRANT defines from CFLAGS.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20628 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
a622b0de44
commit
b23a127c9a
|
@ -34,8 +34,7 @@ endif
|
|||
# \ -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64
|
||||
|
||||
# -funroll-loops removed, triggered gcc 3.0.4 (3.x?) bug
|
||||
CFLAGS= -I.. $(OPTFLAGS) \
|
||||
-DSYS_LINUX -D__USE_UNIX98 -D_REENTRANT -D_GNU_SOURCE \
|
||||
CFLAGS= -I.. $(OPTFLAGS) -D__USE_UNIX98 -D_GNU_SOURCE \
|
||||
-DHAVE_DVDCSS_DVDCSS_H -DSTDC_HEADERS -DHAVE_LIMITS_H \
|
||||
-DHAVE_ERRNO_H -DHAVE_INTTYPES_H -DHAVE_UNISTD_H \
|
||||
-DVERSION=\"1.2.9\"
|
||||
|
|
Loading…
Reference in New Issue