Re: [PLF-announce] [RPM] mplayer-1.0-1.rc4.0.r31086.1plf2010.1

Eugeni Dodonov <[email protected]> Tue, 27 Apr 2010 19:30:06 -0300
Newsgroups gmane.linux.mandrake.plf.general
Message-ID <[email protected]>
On 04/25/2010 11:25 AM, GXtz Waschk wrote:
> G=F6tz Waschk <[email protected]> 1.0-1.rc4.0.r31086.1mdv2010.1:
> + Revision: 538606
> - new snapshot
> - move all binary codecs to %_libdir/codecs

Since this release mplayer no longer plays FLV4 files, saying:
...
Cannot find codec matching selected -vo and video format 0x34564C46.
...

Strace says that mplayer does not attempts to access codecs directory,
but it only tries to access codecs.conf:

[eugeni@eugeni 19:25:59 ~/d] $ strace -f 2>&1 mplayer
losers_exclusive_848.flv | grep codecs
open("/home/eugeni/.mplayer/codecs.conf", O_RDONLY|O_LARGEFILE) =3D -1
ENOENT (No such file or directory)
open("/etc/mplayer/codecs.conf", O_RDONLY|O_LARGEFILE) =3D -1 ENOENT (No
such file or directory)

I can provide the sample file which I was using to test it if needed..

-- =

Eugeni Dodonov