[MPlayer-dev-eng] [PATCH] Fix dll loading with Turkish locales
Jiri Svoboda
jiri.svoboda at seznam.cz
Fri Jan 21 21:12:00 CET 2005
> -----Original Message-----
> From: mplayer-dev-eng-bounces at mplayerhq.hu
> [mailto:mplayer-dev-eng-bounces at mplayerhq.hu] On Behalf Of Torinthiel
> Sent: Friday, January 21, 2005 4:35 PM
> To: mplayer-dev-eng at mplayerhq.hu
> Subject: Re: [MPlayer-dev-eng] [PATCH] Fix dll loading with
> Turkish locales
>
> On Fri, Jan 21, 2005 at 10:00:31AM -0500, D Richard Felker III wrote:
> >
> > On Fri, Jan 21, 2005 at 08:47:26AM +0100, Jiri Svoboda wrote:
> > > > Where should these be installed?
> > >
> > > /usr/share/locale/XX/LC_MESSAGES/mplayer.mo (XX stands
> for lang code)
> >
> > you mean $prefix/share/locale/XX/LC_MESSAGES/mplayer.mo
> > normally this will be
> /usr/local/share/locale/XX/LC_MESSAGES/mplayer.mo
> > ^^^^^
>
> You mean there's no way to make it work from build dir? Then what kind
> of crap is this? I don't want to mess with my current
> installation while
> testing. And I definitely don't want to have to remember to
> copy the .mo
> files on every update :(
There is a way - simply modify following line mp_msg.c
bindtextdomain("mplayer", PREFIX"/share/locale");
to build dir with locales ...
JS
More information about the MPlayer-dev-eng
mailing list