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

Diego Biurrun diego at biurrun.de
Fri Apr 6 11:20:02 CEST 2007


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"

The patch is wrong, libtheora is used by MEncoder as well.

Anyway, fixed differently.

Diego



More information about the MPlayer-dev-eng mailing list