[MPlayer-dev-eng] [PATCH] postproc Makefile dependency fix

Martin Drab drab at kepler.fjfi.cvut.cz
Fri Apr 4 19:43:43 CEST 2003


Hi!

Can anyone tell me why do we make dependencies in postproc/Makefile for a 
file "postproc.c" that doesn't exist?

Attached is a patch to remove this.

					Martin Drab

-------------- next part --------------
diff -Naur MPlayer.orig/postproc/Makefile MPlayer.fix/postproc/Makefile
--- MPlayer.orig/postproc/Makefile	2003-02-14 22:45:45.000000000 +0100
+++ MPlayer.fix/postproc/Makefile	2003-04-04 04:00:59.000000000 +0200
@@ -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