[LUG.ro] Mplayer donde se instalan los codes..

Horacio Castellini lugro@lugro.org.ar
Tue, 30 Sep 2003 15:31:27 -0300 (ART)


On Mon, 29 Sep 2003, Ricardo Barberis wrote:

>
> Teoricamente van en /usr/lib/win32, el problema es si ahi tenes instalados
> codecs del avifile porque creo que son incompatibles con los del mplayer.
> Aunque no parece ser tu caso.

Estuve siguiendo las llamadas del mplayer con strace y como veras en esta
salida filtrada nunca busca los "codes"...????? uhmmm... creo que lo
compilé mal.... ya que hay que usar ./configure ---with-codes...?
la única llamada a sistema que se relaciona con los codes es el
"codes.conf".

open("/home/hcaste/.mplayer/config", O_WRONLY|O_CREAT|O_EXCL|O_LARGEFILE,
0666)
= -1 EEXIST (File exists)
----------------------------------------------------------------------------
open("/home/hcaste/.mplayer/config", O_RDONLY|O_LARGEFILE) = 3
open("/home/hcaste/.mplayer/codecs.conf", O_RDONLY|O_LARGEFILE) = 3
                           ^^^^^^^^^^^^^^Que está mal en este bicho???
----------------------------------------------------------------------------
open("/home/hcaste/.mplayer/font/font.desc", O_RDONLY|O_LARGEFILE) = 3
open("/home/hcaste/.mplayer/font//iso-8859-1-a.raw", O_RDONLY|O_LARGEFILE)
= 4
open("/home/hcaste/.mplayer/font//iso-8859-1-b.raw", O_RDONLY|O_LARGEFILE)
= 4
open("/home/hcaste/.mplayer/font//osd-mplayer-a.raw",
O_RDONLY|O_LARGEFILE) = 4
open("/home/hcaste/.mplayer/font//osd-mplayer-b.raw",
O_RDONLY|O_LARGEFILE) = 4
open("/dev/rtc", O_RDONLY|O_LARGEFILE)  = 3
open("/etc/terminfo/r/rxvt", O_RDONLY)  = 3
open("/home/hcaste/.mplayer/input.conf", O_RDONLY|O_LARGEFILE) = 3
open("ps01.ifo", O_RDONLY|O_LARGEFILE)  = -1 ENOENT (No such file or
directory)
open("ps01.rar", O_RDONLY|O_LARGEFILE)  = -1 ENOENT (No such file or
directory)
open("ps01.idx", O_RDONLY|O_LARGEFILE)  = -1 ENOENT (No such file or
directory)
open("ps01.rar", O_RDONLY|O_LARGEFILE)  = -1 ENOENT (No such file or
directory)
open("ps01.wav", O_RDONLY|O_LARGEFILE)  = 5
open("/dev/dsp", O_WRONLY|O_NONBLOCK|O_LARGEFILE) = 6