Mercurial > mplayer.hg
changeset 20729:6cf79142b5a7
Remove bogus comment lines.
author | diego |
---|---|
date | Tue, 07 Nov 2006 16:40:22 +0000 |
parents | e12d41b21042 |
children | 66c2f233ccff |
files | libdvdcss/Makefile libdvdread/Makefile |
diffstat | 2 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/libdvdcss/Makefile Tue Nov 07 16:39:58 2006 +0000 +++ b/libdvdcss/Makefile Tue Nov 07 16:40:22 2006 +0000 @@ -20,7 +20,6 @@ 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\"
--- a/libdvdread/Makefile Tue Nov 07 16:39:58 2006 +0000 +++ b/libdvdread/Makefile Tue Nov 07 16:40:22 2006 +0000 @@ -24,7 +24,6 @@ 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