[Mplayer-cvslog] CVS: main/input Makefile,1.3,1.4

Arpi of Ize arpi at mplayerhq.hu
Fri Aug 23 01:30:12 CEST 2002


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 at 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
 




More information about the MPlayer-cvslog mailing list