diff options
author | Andreas Ă–man <andreas@olebyn.nu> | 2003-04-08 23:46:35 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2003-04-08 23:46:35 +0000 |
commit | 8553d9f4fdefdb24c2f7037881a829e831636b02 (patch) | |
tree | 4bdb2625a9cb144f3867597f89401c0a37bf3eba /postproc | |
parent | 3e2937bef36c266daf553194fcb70041a80295c6 (diff) | |
download | ffmpeg-8553d9f4fdefdb24c2f7037881a829e831636b02.tar.gz |
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/Makefile | 2 |
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 |