[MPlayer-dev-eng] Should libavutil be in PARTS to clean?

Steven M. Schultz sms at 2BSD.COM
Thu Aug 11 05:43:49 CEST 2005


Hi -

	After doing a 'make distclean' I noticed that the .o and .a files
	remained in libavutil/

	Should libavutil be added to PARTS (just after libavcodec)?  If
	so the (trivial) patch attached will add the line.

	Cheers,
	Steven Schultz
-------------- next part --------------
--- Makefile.dist	2005-08-10 20:29:02.000000000 -0700
+++ Makefile	2005-08-10 20:39:10.000000000 -0700
@@ -157,6 +157,7 @@
 PARTS = libmpdemux \
         libmpcodecs \
         libavcodec \
+        libavutil \
         libavformat \
         libao2 \
         osdep \


More information about the MPlayer-dev-eng mailing list