summaryrefslogtreecommitdiffstats
path: root/postproc
diff options
context:
space:
mode:
authormichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-04-08 23:46:35 +0000
committermichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-04-08 23:46:35 +0000
commit8b8e15be5a5a01fa81d7320cf57f27a150b04b58 (patch)
tree61dd8ab5937cd3deee4f488a0e894e1f05d59df0 /postproc
parent819515d6fbe7c7869600f8d9782fc66799c282d7 (diff)
downloadmpv-8b8e15be5a5a01fa81d7320cf57f27a150b04b58.tar.bz2
mpv-8b8e15be5a5a01fa81d7320cf57f27a150b04b58.tar.xz
10l patch by (Andreas Hess <jaska at gmx dot net>)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9886 b3059339-0415-0410-9bf9-f77b7e298cf2
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