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

Dominik Mierzejewski CVS rathann at mplayerhq.hu
Mon Nov 25 03:19:29 CET 2002


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

Modified Files:
	Makefile 
Log Message:
reversing my patch to check for -Wall support & use it if available (requested by A'rpi)


Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/Gui/Makefile,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- Makefile	23 Nov 2002 11:01:23 -0000	1.20
+++ Makefile	25 Nov 2002 02:19:26 -0000	1.21
@@ -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
+            -fexpensive-optimizations -fschedule-insns2 -Wall
 ifeq ($(TARGET_ARCH_X86),yes)
 OPTIMIZE += -malign-double
 endif




More information about the MPlayer-cvslog mailing list