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

Uoti Urpala uoti.urpala at pp1.inet.fi
Tue Nov 21 17:12:39 CET 2006


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.




More information about the MPlayer-cvslog mailing list