[Mplayer-cvslog] CVS: main/libmpdemux Makefile,1.15,1.16

Arpi of Ize arpi at mplayer.dev.hu
Sat Dec 29 01:09:32 CET 2001


Update of /cvsroot/mplayer/main/libmpdemux
In directory mplayer:/var/tmp.root/cvs-serv30681

Modified Files:
	Makefile 
Log Message:
-Wall removed

Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/Makefile,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- Makefile	27 Dec 2001 21:24:56 -0000	1.15
+++ Makefile	29 Dec 2001 00:09:29 -0000	1.16
@@ -10,7 +10,7 @@
 
 OBJS	= $(SRCS:.c=.o)
 INCLUDE = -I../loader $(CSS_INC) $(EXTRA_INC)
-CFLAGS  = -Wall $(OPTFLAGS) $(INCLUDE)
+CFLAGS  = $(OPTFLAGS) $(INCLUDE)
 
 .SUFFIXES: .c .o
 




More information about the MPlayer-cvslog mailing list