CODE
make -C libmpdemux
make[1]: Entering directory `/home/stephen/mplayer/MPlayer-1.0pre3/libmpdemux'
cc -c -O4 -march=pentium4 -mcpu=pentium4 -pipe -ffast-math -fomit-frame-pointer -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include -I../loader -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include -o demux_mkv.o demux_mkv.cpp
demux_mkv.cpp: In function `void parse_cues(mkv_demuxer_t*, long long unsigned
int)':
demux_mkv.cpp:1228: `KaxCueReference' undeclared (first use this function)
demux_mkv.cpp:1228: (Each undeclared identifier is reported only once for each
function it appears in.)
demux_mkv.cpp:1228: `cref' undeclared (first use this function)
demux_mkv.cpp:1302: parse error before `*' token
make[1]: *** [demux_mkv.o] Error 1
make[1]: Leaving directory `/home/stephen/mplayer/MPlayer-1.0pre3/libmpdemux'
make: *** [libmpdemux/libmpdemux.a] Error 2
Exit 2
make[1]: Entering directory `/home/stephen/mplayer/MPlayer-1.0pre3/libmpdemux'
cc -c -O4 -march=pentium4 -mcpu=pentium4 -pipe -ffast-math -fomit-frame-pointer -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include -I../loader -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include -o demux_mkv.o demux_mkv.cpp
demux_mkv.cpp: In function `void parse_cues(mkv_demuxer_t*, long long unsigned
int)':
demux_mkv.cpp:1228: `KaxCueReference' undeclared (first use this function)
demux_mkv.cpp:1228: (Each undeclared identifier is reported only once for each
function it appears in.)
demux_mkv.cpp:1228: `cref' undeclared (first use this function)
demux_mkv.cpp:1302: parse error before `*' token
make[1]: *** [demux_mkv.o] Error 1
make[1]: Leaving directory `/home/stephen/mplayer/MPlayer-1.0pre3/libmpdemux'
make: *** [libmpdemux/libmpdemux.a] Error 2
Exit 2
I looked in the demux_mkv.cpp file and it had included the matroska/KaxCuesData.h header which has the definition for the KaxCueReference class. So did I do something wrong?