mirror of
https://github.com/mpv-player/mpv
synced 2024-12-22 06:42:03 +00:00
Remove bogus comment lines.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20745 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
e2688b4245
commit
863ec4e1a2
@ -20,7 +20,6 @@ ifeq ($(OPTFLAGS),)
|
||||
OPTFLAGS = -mcpu=pentium -march=pentium -O4
|
||||
endif
|
||||
|
||||
# -funroll-loops removed, triggered gcc 3.0.4 (3.x?) bug
|
||||
CFLAGS= -I.. $(OPTFLAGS) -D__USE_UNIX98 -D_GNU_SOURCE \
|
||||
-DHAVE_LIMITS_H -DHAVE_ERRNO_H -DHAVE_INTTYPES_H -DHAVE_UNISTD_H \
|
||||
-D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DVERSION=\"1.2.9\"
|
||||
|
@ -24,7 +24,6 @@ else
|
||||
OPTFLAGS += -DHAVE_MPLAYER
|
||||
endif
|
||||
|
||||
# -funroll-loops removed, triggered gcc 3.0.4 (3.x?) bug
|
||||
CFLAGS= -I../libdvdcss -I.. $(OPTFLAGS) -D__USE_UNIX98 -D_GNU_SOURCE \
|
||||
-DHAVE_DVDCSS_DVDCSS_H -DSTDC_HEADERS -DHAVE_LIMITS_H \
|
||||
-D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64
|
||||
|
Loading…
Reference in New Issue
Block a user