changeset 16201:ca701176fe03

libavutil should be be in "PARTS" so that 'make distclean' cleans that directory too. A cup of coffee to beastd for forgetting it :) Patch idea by Steven Schultz
author gpoirier
date Thu, 11 Aug 2005 22:30:05 +0000
parents bb505841be0a
children 24c28ac0aa68
files Makefile
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Thu Aug 11 20:54:09 2005 +0000
+++ b/Makefile	Thu Aug 11 22:30:05 2005 +0000
@@ -156,6 +156,7 @@
 
 PARTS = libmpdemux \
         libmpcodecs \
+        libavutil \
         libavcodec \
         libavformat \
         libao2 \