[MPlayer-dev-eng] Bug in x264 detection
Jan Schiefer
cheaterjs at gmx.de
Mon Jun 6 23:28:56 CEST 2005
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
x264 isn't be detected by configure when x264 visualisation is turned on.
The problem lies in ./configure:
echocheck "x264"
(...)
_ld_x264="$_ld_x264 -lx264 $_ld_lm $_ld_pthread"
(...)
echores "$_x264"
When visualisation is turned on this has to be:
echocheck "x264"
(...)
_ld_x264="$_ld_x264 -lx264 $_ld_lm $_ld_pthread -L/usr/X11R6/lib -lX11"
(...)
echores "$_x264"
You have to replace /usr/X11R6/lib by the system X11 lib path.
Greetings,
Jan Schiefer!
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.5 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
iD8DBQFCpMAYzC00UKXFdVcRAt2lAKCPDLN5osXpM3FsCiu+rpyg0DosbwCfdWJD
aG6dgUJ+onv1wJScl/ZYSic=
=6pqO
-----END PGP SIGNATURE-----
More information about the MPlayer-dev-eng
mailing list