Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabrice Bellard <fabrice@bellard.org>2001-08-15 17:16:05 +0400
committerFabrice Bellard <fabrice@bellard.org>2001-08-15 17:16:05 +0400
commitc72c6d2d12c00090304c4532c82ae2371041a31c (patch)
tree0f358ae3144896ec60a6a9b709daa5ec4de83a26 /Makefile
parent58f26ba9162f492387c2f5b34856df74644a82f8 (diff)
distclean fix
Originally committed as revision 103 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a8f341620c..d810a2c72a 100644
--- a/Makefile
+++ b/Makefile
@@ -36,6 +36,7 @@ clean:
rm -f *.o *~ gmon.out TAGS $(PROG)
distclean: clean
+ $(MAKE) -C libavcodec distclean
rm -f config.mak config.h
TAGS: