[MPlayer-cvslog] r21128 - trunk/configure

Diego Biurrun diego at biurrun.de
Tue Nov 21 16:11:43 CET 2006


On Tue, Nov 21, 2006 at 04:01:33PM +0100, Reimar Döffinger wrote:
> On Tue, Nov 21, 2006 at 02:18:57PM +0100, diego wrote:
> > 
> > Modified:
> >    trunk/configure
> > 
> > Log:
> > Introduce _libs_mplayer and _libs_mencoder to get rid of some _ld_ variables.
> [...]
> > -EXTRALIBS_MPLAYER = $_ld_aa $_ld_sdl $_ld_ggi $_ld_svga $_ld_directfb $_ld_caca \
> > -  $_ld_vesa $_ld_vidix_external $_ld_gl $_ld_dga $_ld_xv $_ld_xvmc $_ld_vm \
> > -  $_ld_xinerama $_ld_x11 $_ld_sock \
> > -  $_ld_arts $_ld_esd $_ld_jack $_ld_openal $_ld_nas $_ld_sgiaudio $_ld_polyp \
> > -  $_ld_static $_ld_gtk $_ld_glib
> > -EXTRA_LIB_MENCODER = $_ld_mp3lame $_ld_x264 $_toolame_lib $_twolame_lib $_ld_faac
> > +EXTRALIBS_MPLAYER = $_libs_mplayer $_ld_x11 $_ld_sock $_ld_static $_ld_gtk $_ld_glib
> > +EXTRA_LIB_MENCODER = $_libs_mencoder $_ld_mp3lame $_ld_x264 $_toolame_lib $_twolame_lib $_ld_faac
> 
> This breaks MPlayer compilation because libavcodec uses libx264, too,
> and libavcodec in turn is linked into MPlayer.

I think it was another revision (r21131) that broke this.  Anyway,
should be fixed, complain if it's not...

Diego



More information about the MPlayer-cvslog mailing list