[MPlayer-dev-eng] [PATCH] postprocess.c is long gone from postproc dir

Andreas Hess jaska at gmx.net
Tue Apr 8 22:43:04 CEST 2003


... so there is no need for make depend to check on which included
files postprocess.c depends.
-------------- next part --------------
Index: postproc/Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/postproc/Makefile,v
retrieving revision 1.14
diff -u -r1.14 Makefile
--- postproc/Makefile	14 Feb 2003 21:45:45 -0000	1.14
+++ postproc/Makefile	8 Apr 2003 20:52:30 -0000
@@ -31,7 +31,7 @@
 dep:    depend
 
 depend:
-	$(CC) -MM $(CFLAGS) $(SWSSRCS) postprocess.c 1>.depend
+	$(CC) -MM $(CFLAGS) $(SWSSRCS) 1>.depend
 
 cs_test: $(CS_TEST_OBJS)
 	$(CC) $(CS_TEST_OBJS) -o cs_test


More information about the MPlayer-dev-eng mailing list