summaryrefslogtreecommitdiff
path: root/postproc
diff options
context:
space:
mode:
authorAndreas Ă–man <andreas@olebyn.nu>2003-04-08 23:46:35 +0000
committerMichael Niedermayer <michaelni@gmx.at>2003-04-08 23:46:35 +0000
commit8553d9f4fdefdb24c2f7037881a829e831636b02 (patch)
tree4bdb2625a9cb144f3867597f89401c0a37bf3eba /postproc
parent3e2937bef36c266daf553194fcb70041a80295c6 (diff)
10l patch by (Andreas Hess <jaska at gmx dot net>)
Originally committed as revision 9886 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
Diffstat (limited to 'postproc')
-rw-r--r--postproc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/postproc/Makefile b/postproc/Makefile
index a817718f63..6537ef7aa4 100644
--- a/postproc/Makefile
+++ b/postproc/Makefile
@@ -31,7 +31,7 @@ distclean:
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