Ver Mensaje Individual
  #1 (permalink)  
Antiguo 06/10/2008, 14:08
Leber
 
Fecha de Ingreso: marzo-2008
Mensajes: 37
Antigüedad: 16 años, 1 mes
Puntos: 0
error compilando vlc

Buenas, he instalado las libs que necesita vlc, y me he bajado la ultima version, el src, y lo he puesto a compilar, pero me da error, en funciones indefinidas etc...

Código:
In file included from demux.c:46:
../../codec/avcodec/chroma.h: In function 'GetFfmpegChroma':
../../codec/avcodec/chroma.h:117: warning: comparison between signed and unsigned
../../codec/avcodec/chroma.h:118: warning: comparison between signed and unsigned
../../codec/avcodec/chroma.h:119: warning: comparison between signed and unsigned
demux.c: At top level:
demux.c:87: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'IOSeek'
demux.c: In function 'OpenDemux':
demux.c:103: warning: passing argument 2 of 'stream_Peek' from incompatible pointer type
demux.c:173: warning: implicit declaration of function 'offset_t'
demux.c:173: error: expected expression before ')' token
demux.c:173: error: called object 'offset_t(<erroneous-expression>)' is not a function
demux.c:173: error: expected ';' before 'IOSeek'
demux.c:177: error: 'IOSeek' undeclared (first use in this function)
demux.c:177: error: (Each undeclared identifier is reported only once
demux.c:177: error: for each function it appears in.)
demux.c: In function 'Control':
demux.c:387: warning: cast from function call of type 'int64_t' to non-matching type 'double'
demux.c: At top level:
demux.c:496: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'IOSeek'
make[6]: *** [libavformat_plugin_la-demux.lo] Error 1
make[6]: Leaving directory `/home/0xnull/codigo_fuentes/vlc-0.9.3/modules/demux/avformat'
make[5]: *** [all] Error 2
make[5]: Leaving directory `/home/0xnull/codigo_fuentes/vlc-0.9.3/modules/demux/avformat'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory `/home/0xnull/codigo_fuentes/vlc-0.9.3/modules/demux'
make[3]: *** [all] Error 2
make[3]: Leaving directory `/home/0xnull/codigo_fuentes/vlc-0.9.3/modules/demux'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/0xnull/codigo_fuentes/vlc-0.9.3/modules'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/0xnull/codigo_fuentes/vlc-0.9.3'
make: *** [all] Error 2
Alguien me puede echar una mano? Gracias de antemano