[MPlayer-users] Bug in x264 detection
Jan Schiefer
cheaterjs at gmx.de
Mon Jun 6 23:45:23 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
iD8DBQFCpMPzzC00UKXFdVcRAlnUAJ9qHjKW/95MXIitjAU9xjlZRtZU9ACfcjPi
xVH6pc/l7mbSaHbjAZhgJoE=
=IBr4
-----END PGP SIGNATURE-----
More information about the MPlayer-users
mailing list