[MPlayer-dev-eng] [PATCH] libavcodec/libpostproc not cleaned
Derek E. Lewis
dlewis at solnetworks.net
Sat Mar 25 01:18:30 CET 2006
As the subject states, libavcodec/libpostproc is not cleaned during a
distclean, leaving around *.a and *.o files. This is bad for those of us
that share a single MPlayer source tree between multiple architectures
(and it's just annoying, period), as the build will try and link against
those *.a and *.o files in libpostproc, which were built for a different
arch.
I talked briefly with Diego in #mplayerdev, and we agreed that the MPlayer
Makefile would be a good place to clean libavcodec/libpostproc from. The
PARTS variable looks like an adequate place to throw it. I'm still
wondering if this is not an ffmpeg issue, though?
Derek E. Lewis
dlewis at solnetworks.net
http://riemann.solnetworks.net/~dlewis
-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/Makefile,v
retrieving revision 1.351
diff -u -r1.351 Makefile
--- Makefile 22 Mar 2006 00:19:00 -0000 1.351
+++ Makefile 25 Mar 2006 00:05:24 -0000
@@ -171,6 +171,7 @@
input \
libvo \
libaf \
+ libavcodec/libpostproc \
ifeq ($(MP3LIB),yes)
PARTS += mp3lib
More information about the MPlayer-dev-eng
mailing list