[MPlayer-dev-eng] [PATCH] win32 codec path
Sascha Sommer
saschasommer at freenet.de
Sun Aug 17 21:10:11 CEST 2003
> Sascha Sommer schrieb:
> > I attached my current solution but I don't know, which is better.
>
> This works for me. I repeat (and I am not kidding): This works for me.
>
> :-)))))
>
> I have to configure with one of
>
> --with-codecsdir=c:/programme/mingw/lib/codecs
> --with-codecsdir='c:\\programme\\mingw\\lib\\codecs'
> --with-codecsdir="c:\\\\programme\\\\mingw\\\\lib\\\\codecs"
>
> to make it work, something seems to be munging backslashes here, but
> slashes are much nicer anyway.. (this being another example)
>
:)))
I commited it.
You can also use relative paths on mingw
--with-codecsdir=codecs
or
--with-codecsdir='codecs\\real'
For cygwin even
--with-codecsdir=/home/unknown/codecs
should work
Sascha
More information about the MPlayer-dev-eng
mailing list