[MPlayer-dev-eng] Missing theora libraries in config

Diego Biurrun diego at biurrun.de
Fri Apr 6 11:18:56 CEST 2007


On Thu, Apr 05, 2007 at 01:34:52AM +0200, Gianluigi Tiesi wrote:
> On Thu, Apr 05, 2007 at 01:14:54AM +0200, David Bateman wrote:
> > With the current SVN, the build fails at the linking stage for me if I
> > include theora. It appears the the configure script is missing the
> > inclusion of the theora libraries..
> > 
> > *** mplayer-checkout-2007-04-04.orig/configure	2007-04-04 15:46:08.232072272 +0200
> > --- mplayer-checkout-2007-04-04/configure	2007-04-04 15:45:51.453969501 +0200
> > ***************
> > *** 5833,5838 ****
> > --- 5833,5839 ----
> >     # when --enable-theora is forced, we'd better provide a probably sane
> >     # $_ld_theora than nothing
> >     test -z "$_ld_theora" && _ld_theora="-ltheora -logg"
> > +   _libs_mplayer="$_libs_mplayer $_ld_theora"
> 
> I already pointed this problem, configure scripts fails if pkgconfig
> isn't in the system

Pointed out what and when?

> I was using this:
> http://oss.netfarm.it/mplayer/patches/xx_theora_nopkgconf.diff

This addresses a different problem.

Diego



More information about the MPlayer-dev-eng mailing list