[Mplayer-cvslog] CVS: main/loader/dshow Makefile,1.12,1.13

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


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

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/loader/dshow/Makefile,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- Makefile	22 Nov 2001 03:16:31 -0000	1.12
+++ Makefile	22 Aug 2002 23:29:44 -0000	1.13
@@ -23,7 +23,7 @@
 	$(AR) r $(LIBNAME) $(OBJS)
 
 test:   test.c $(LIBNAME)
-	$(CC) test.c -Wall $(CFLAGS) -o test -L. -lDS_Filter -L.. -lloader $(ARCH_LIBS) -lstdc++
+	$(CC) test.c $(CFLAGS) -o test -L. -lDS_Filter -L.. -lloader $(ARCH_LIBS) -lstdc++
 
 all:	$(LIBNAME)
 




More information about the MPlayer-cvslog mailing list