[MPlayer-cvslog] r21105 - in trunk: Makefile configure

Diego Biurrun diego at biurrun.de
Tue Nov 21 18:44:37 CET 2006


On Tue, Nov 21, 2006 at 06:12:39PM +0200, Uoti Urpala wrote:
> On Mon, 2006-11-20 at 15:45 +0100, diego wrote:
> > -MPLAYER_DEPS  = $(OBJS_MPLAYER) $(COMMON_DEPS)
> > -MENCODER_DEPS = $(OBJS_MENCODER) $(COMMON_DEPS) libmpcodecs/libmpencoders.a
> > +MPLAYER_DEPS  = $(OBJS_MPLAYER)  $(LIBS_MPLAYER)  $(COMMON_LIBS)
> > +MENCODER_DEPS = $(OBJS_MENCODER) $(LIBS_MENCODER) $(COMMON_LIBS)
> 
> configure can add the -rdynamic flag as part of the lib string, thus
> this causes a bogus dependency on a file named '-rdynamic'. As a result
> make will always rebuild the executables unnecessarily.

I've split dependencies and linker flags, this should have taken care of
it.

Diego



More information about the MPlayer-cvslog mailing list