[MPlayer-dev-eng] Missing theora libraries in config
David Bateman
adb014 at gmail.com
Thu Apr 5 02:10:24 CEST 2007
Gianluigi Tiesi wrote:
> I already pointed this problem, configure scripts fails if pkgconfig
> isn't in the system
>
> I was using this:
> http://oss.netfarm.it/mplayer/patches/xx_theora_nopkgconf.diff
>
> Bye
>
Hi Gianluigi,
Sure, that looks like it will fix it and more in the style of the other
code in configure. However, it doesn't deal with the issue of the
presence or the absence of pkg-config you mention. Given that configure
relies on the presence of pkg-config, perhaps a test near the top of
configure for pkg-config and in its absence exit with a non zero exit
status would make more sense.. At the moment it just flags its presence
or absence and will crash instead at the first use of $_pkg_config
Cheers
D.
More information about the MPlayer-dev-eng
mailing list