# HG changeset patch # User gpoirier # Date 1123799405 0 # Node ID ca701176fe032cf47188a6ba7c3ffa512ff5963e # Parent bb505841be0a2d71cbe5b58d5669b90685bf6c3d 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 diff -r bb505841be0a -r ca701176fe03 Makefile --- 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 \