22 Aug
2002
22 Aug
'02
7:30 p.m.
Update of /cvsroot/mplayer/main/linux In directory mail:/var/tmp.root/cvs-serv17790/linux Modified Files: Makefile Log Message: removed -W -Wall -g and other gcc-specific warning/debug options patch by Joey Parrish <joey@yunamusic.com> Index: Makefile =================================================================== RCS file: /cvsroot/mplayer/main/linux/Makefile,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- Makefile 29 Mar 2002 21:24:36 -0000 1.4 +++ Makefile 22 Aug 2002 23:29:42 -0000 1.5 @@ -12,7 +12,7 @@ endif endif -CFLAGS = $(OPTFLAGS) -I. -I.. -Wall +CFLAGS = $(OPTFLAGS) -I. -I.. # -I/usr/X11R6/include/ .SUFFIXES: .c .o