[MPlayer-dev-eng] Fwd: [xine-devel] libreal amd64 patch [goetz.waschk at gmail.com]
Dominik 'Rathann' Mierzejewski
dominik at rangers.eu.org
Thu Nov 25 20:28:35 CET 2004
On Thursday, 25 November 2004 at 20:22, Roberto Togni wrote:
> Hi
>
> Can somebody with AMD64 have a look at this?
> xine real lib loader shoul be the same as MPlayer.
>
[...]
> --- xine-lib-1-rc5/src/libreal/audio_decoder.c.lib64-real-codecs 2004-04-26 13:50:07.000000000 -0400
> +++ xine-lib-1-rc5/src/libreal/audio_decoder.c 2004-11-02 12:14:19.930894395 -0500
[...]
> @@ -687,6 +737,12 @@ static void *init_class (xine_t *xine, v
> if (!stat ("/usr/lib/RealPlayer9/users/Real/Codecs/drv3.so.6.0",
> &s))
> config->update_string (config, "codec.real_codecs_path",
> "/usr/lib/RealPlayer9/users/Real/Codecs");
> + if (!stat ("/usr/lib64/RealPlayer8/Codecs/drv3.so.6.0", &s))
> + config->update_string (config, "codec.real_codecs_path",
> + "/usr/lib64/RealPlayer8/Codecs");
> + if (!stat ("/usr/lib64/RealPlayer9/users/Real/Codecs/drv3.so.6.0",
> &s))
> + config->update_string (config, "codec.real_codecs_path",
> + "/usr/lib64/RealPlayer9/users/Real/
> Codecs");
> if (!stat ("/usr/lib/win32/drv3.so.6.0", &s))
> config->update_string (config, "codec.real_codecs_path",
> "/usr/lib/win32");
This will never be accepted as-is. We do not hard-code full paths inside
MPlayer source.
R.
--
MPlayer RPMs maintainer: http://greysector.rangers.eu.org/mplayer/
"I am Grey. I stand between the candle and the star. We are Grey.
We stand between the darkness ... and the light."
-- Delenn in Grey Council in Babylon 5:"Babylon Squared"
More information about the MPlayer-dev-eng
mailing list