[Mplayer-cvslog] CVS: main/libmpcodecs Makefile,1.54,1.55

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


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

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/libmpcodecs/Makefile,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- Makefile	21 Aug 2002 23:08:20 -0000	1.54
+++ Makefile	22 Aug 2002 23:29:41 -0000	1.55
@@ -28,7 +28,7 @@
 SRCS2=$(ENCODER_SRCS)
 OBJS2=$(SRCS2:.c=.o)
 
-CFLAGS  = -Wall $(OPTFLAGS) -I. -Inative -I.. -I../libmpdemux -I../loader $(EXTRA_INC)
+CFLAGS  = $(OPTFLAGS) -I. -Inative -I.. -I../libmpdemux -I../loader $(EXTRA_INC)
 
 .SUFFIXES: .c .o
 




More information about the MPlayer-cvslog mailing list