[MPlayer-users] Bugs in configure
pl
p_l at gmx.fr
Tue Feb 5 18:26:02 CET 2002
On Tue, Feb 05, 2002 at 02:34:46PM +0100, john doe wrote:
(reformated)
> > > > Hi, found a couple of bugs here.
> > > >
> > > > 1. Configure checks for DPMS, and even though it still says no
> > > > the gui tries to include dpms.h .
The GUI maintener should fix it soon.
> > > > 2. The generated makefiles seem to assum that medialib is
> > > > located in /opt/SUNWmlib/ which is not always the case.
> > > > configure should instead make use of the enviroment variable
> > > > MLIBHOME which you have to set when you install medialib which
> > > > points to mlibs prefix. Might also be a good idea to make sure
> > > > that --with-mlibdir= option is visible in configure --help.
> > > Forgot to mention that i'm building the cvs snapshot from
> > > yesterday. Plus i found another bug. -lmlib isn't included when
> > > the linking starts. Adding it to CODEC_LIBS in the makefile solves
> > > this.
> > >
> > Actually it's better to add $(MLIB_LIB) to the $(PRG_MENCODER)
> > target. Doint it the other way will give you unrefs later on in the
> > build.
I'll try and commit the fixes tonight.
> Also the test for a BSD compatiable instller in configure seems to be
> broken. It selects the extremly sucky solaris install instead of
> ginstall which works.
Indeed there is no test so it's not really broken ;) As a temporary
workaround, replace 'INSTALL = install' by 'INSTALL = ginstall' in the
makefile.
--
Best regards,
pl
More information about the MPlayer-users
mailing list