diff options
author | Diego Biurrun <diego@biurrun.de> | 2009-03-22 23:09:20 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2009-03-22 23:09:20 +0000 |
commit | f1c5438fbbeba03c09cd45100f79b10ecc4d6533 (patch) | |
tree | 07d6e108e2c62ccbc9c483a7cac6a35787b64f0e /libswscale/Makefile | |
parent | fd8e28b73ea95129f9db158b8e5ba1517ea1c06b (diff) | |
download | ffmpeg-f1c5438fbbeba03c09cd45100f79b10ecc4d6533.tar.gz |
Remove unnecessary CLEANFILES declaration. Test programs do not require it.
Originally committed as revision 29038 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Diffstat (limited to 'libswscale/Makefile')
-rw-r--r-- | libswscale/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libswscale/Makefile b/libswscale/Makefile index 6d500abc65..3a410aae08 100644 --- a/libswscale/Makefile +++ b/libswscale/Makefile @@ -14,8 +14,6 @@ OBJS-$(HAVE_VIS) += yuv2rgb_vis.o TESTS = cs_test swscale-example -CLEANFILES = cs_test swscale-example - include $(SUBDIR)../subdir.mak $(SUBDIR)cs_test: $(SUBDIR)cs_test.o $(SUBDIR)$(LIBNAME) |