22 Aug
2002
22 Aug
'02
7:30 p.m.
Update of /cvsroot/mplayer/main/input In directory mail:/var/tmp.root/cvs-serv17790/input 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/input/Makefile,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- Makefile 22 Feb 2002 00:17:12 -0000 1.3 +++ Makefile 22 Aug 2002 23:29:39 -0000 1.4 @@ -6,7 +6,7 @@ SRCS=input.c joystick.c lirc.c OBJS=$(SRCS:.c=.o) -CFLAGS = $(OPTFLAGS) -I. -I.. $(EXTRA_INC) -Wall +CFLAGS = $(OPTFLAGS) -I. -I.. $(EXTRA_INC) .SUFFIXES: .c .o