[SCM] libav/experimental: Make sure that tests/seek_test.o gets deleted on 'make clean'. Closes issue 1273.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:49:05 UTC 2013


The following commit has been merged in the experimental branch:
commit 4e67aedd6abdb9a84ee54a3c5fe8b54c0d949621
Author: Diego Biurrun <diego at biurrun.de>
Date:   Fri Jul 17 14:08:06 2009 +0000

    Make sure that tests/seek_test.o gets deleted on 'make clean'.
    Closes issue 1273.
    
    Originally committed as revision 19458 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/Makefile b/Makefile
index 1d36e66..8a0ad1e 100644
--- a/Makefile
+++ b/Makefile
@@ -121,7 +121,7 @@ clean:: testclean
 	rm -f $(ALLPROGS) $(ALLPROGS_G)
 	rm -f $(CLEANSUFFIXES)
 	rm -f doc/*.html doc/*.pod doc/*.1
-	rm -f tests/seek_test$(EXESUF)
+	rm -f tests/seek_test$(EXESUF) tests/seek_test.o
 	rm -f $(addprefix tests/,$(addsuffix $(HOSTEXESUF),audiogen videogen rotozoom tiny_psnr))
 	rm -f $(addprefix tools/,$(addsuffix $(EXESUF),cws2fws pktdumper qt-faststart trasher))
 

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list