diff Makefile @ 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 a9f7eff9e437
children 578e8b4c3e7f
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 \