[Mplayer-cvslog] CVS: main/drivers/radeon Makefile,1.9,1.10

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


Update of /cvsroot/mplayer/main/drivers/radeon
In directory mail:/var/tmp.root/cvs-serv17790/drivers/radeon

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/drivers/radeon/Makefile,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- Makefile	2 Jan 2002 09:37:37 -0000	1.9
+++ Makefile	22 Aug 2002 23:29:38 -0000	1.10
@@ -12,7 +12,7 @@
 
 CPPFLAGS := -D__KERNEL__ -I$(KERNEL_INCLUDES)
 
-CFLAGS := $(CPPFLAGS) -Wall -Wstrict-prototypes -Wno-trigraphs -O2 \
+CFLAGS := $(CPPFLAGS) -O2 \
 	-fomit-frame-pointer -fno-strict-aliasing -fno-common -ffast-math\
 	-D__KERNEL__  -DMODULE  -include $(KERNEL_INCLUDES)/linux/modversions.h
 AFLAGS := -D__ASSEMBLY__ $(CPPFLAGS)




More information about the MPlayer-cvslog mailing list