[MPlayer-cvslog] CVS: main/libaf Makefile,1.26,1.27

Dominik Mierzejewski CVS syncmail at mplayerhq.hu
Sat Jan 14 00:38:18 CET 2006


CVS change done by Dominik Mierzejewski CVS

Update of /cvsroot/mplayer/main/libaf
In directory mail:/var2/tmp/cvs-serv2678/libaf

Modified Files:
	Makefile 
Log Message:
This patch cleans up OPTFLAGS in Gui, removes hardcoded -Wall from
libaf's and libmenu's Makefiles and -g from main Makefile.


Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/libaf/Makefile,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- Makefile	13 Nov 2005 18:28:44 -0000	1.26
+++ Makefile	13 Jan 2006 23:38:16 -0000	1.27
@@ -38,7 +38,7 @@
 
 OBJS=$(SRCS:.c=.o)
 
-CFLAGS  = $(OPTFLAGS) -I. -I.. -Wall $(LIBAV_INC) $(EXTRA_INC) -D_GNU_SOURCE
+CFLAGS  = $(OPTFLAGS) -I. -I.. $(LIBAV_INC) $(EXTRA_INC) -D_GNU_SOURCE
 
 ifeq ($(TARGET_OS),MINGW32)
 CFLAGS += -D_IO_H_




More information about the MPlayer-cvslog mailing list