[Mplayer-cvslog] CVS: main/libac3 Makefile,1.6,1.7

Nick Kurshev nickols_k at users.sourceforge.net
Thu May 31 20:13:07 CEST 2001


Update of /cvsroot/mplayer/main/libac3
In directory usw-pr-cvs1:/tmp/cvs-serv14477/main/libac3

Modified Files:
	Makefile 
Log Message:
Fix -Ox comments

Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/libac3/Makefile,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** Makefile	2001/05/31 17:58:56	1.6
--- Makefile	2001/05/31 18:13:05	1.7
***************
*** 7,12 ****
  OBJS    = bit_allocate.o bitstream.o coeff.o crc.o debug.o decode.o dither.o exponent.o imdct.o parse.o rematrix.o sanity_check.o srfft.o stats.o $(OPTIONAL_OBJS)
  # OBJS	= $(SRCS:.c=.o)
! #WARNING: Please don't remove -O2 key. It should overwrite any other
! # keys. I know this is an inconvenience, but I'll fix it later!
  CFLAGS  = $(OPTFLAGS) -O2 -I. -I.. -DHAVE_CONFIG_H
  
--- 7,12 ----
  OBJS    = bit_allocate.o bitstream.o coeff.o crc.o debug.o decode.o dither.o exponent.o imdct.o parse.o rematrix.o sanity_check.o srfft.o stats.o $(OPTIONAL_OBJS)
  # OBJS	= $(SRCS:.c=.o)
! #WARNING: Please don't remove this -O2 key. It should overwrite any other
! # -Ox keys. I know this is an inconvenience, but I'll fix it later!
  CFLAGS  = $(OPTFLAGS) -O2 -I. -I.. -DHAVE_CONFIG_H
  


_______________________________________________
Mplayer-cvslog mailing list
Mplayer-cvslog at lists.sourceforge.net
http://lists.sourceforge.net/lists/listinfo/mplayer-cvslog



More information about the MPlayer-cvslog mailing list