[Mplayer-cvslog] CVS: main/Gui Makefile,1.19,1.20

Michael Niedermayer CVS michael at mplayerhq.hu
Sat Nov 23 12:01:26 CET 2002


Update of /cvsroot/mplayer/main/Gui
In directory mail:/var/tmp.root/cvs-serv26711/Gui

Modified Files:
	Makefile 
Log Message:
check for -Wall support & use it if available patch by (Dominik Mierzejewski <dominik at rangers dot eu dot org>)
arpi, feel free to reverse if u dont like -Wall 


Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/Gui/Makefile,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- Makefile	13 Nov 2002 14:12:02 -0000	1.19
+++ Makefile	23 Nov 2002 11:01:23 -0000	1.20
@@ -7,7 +7,7 @@
 INCDIR  = -I. -I../loader -I./wm -I./skin $(FREETYPE_INC) $(GTKINC) $(EXTRA_INC) 
 
 OPTIMIZE =  $(OPTFLAGS) -fomit-frame-pointer \
-            -fexpensive-optimizations -fschedule-insns2 -Wall
+            -fexpensive-optimizations -fschedule-insns2
 ifeq ($(TARGET_ARCH_X86),yes)
 OPTIMIZE += -malign-double
 endif




More information about the MPlayer-cvslog mailing list