[MPlayer-users] trying to compile in matroska support.

D Richard Felker III dalias at aerifal.cx
Wed Jan 28 06:41:59 CET 2004


On Tue, Jan 27, 2004 at 11:15:47PM -0600, Nathan Morell wrote:
> ./configure --with-extraincdir=/usr/local/include 
> --with-codecsdir=/usr/local/codecs/ 
> --with-extralibdir=/home/jidar/src/libebml-0.6.4/make/linux:/home/jidar/src/libmatroska-0.6.3/make/linux 
> && make
> 
> demux_mkv.cpp: In function `void parse_cues(mkv_demuxer_t*, long long 
> unsigned
>   int)':
> demux_mkv.cpp:1229: error: `KaxCueReference' undeclared (first use this
>   function)
> demux_mkv.cpp:1229: error: (Each undeclared identifier is reported only 
> once
>   for each function it appears in.)
> demux_mkv.cpp:1229: error: `cref' undeclared (first use this function)
> demux_mkv.cpp:1303: error: parse error before `*' token
> make[1]: *** [demux_mkv.o] Error 1
> 
> 
> I also tried with 
> --with-extraincdir=/usr/local/include/ebml/:/usr/local/include/matroska/
> 
> but that didn't work either, is there any advice somebody could offer? I 
> grabbed the source for ebml and matroska from the site.. it dosen't 
> appear to have any libs with it though.

With latest cvs you don't need the matroska libs. There's a builtin
matroska demuxer.

Rich




More information about the MPlayer-users mailing list