Hello,
I first tried to compile drip with the latest libmepg
(0.4) and it didn't work :
In file included from demuxer.hh:28,
from demuxer.cpp:21:
/usr/local/include/mpeg2dec/mpeg2.h:30: error: syntax
error before `*' token
/usr/local/include/mpeg2dec/mpeg2.h:67: error: type
specifier omitted for parameter `vo_instance_t'
/usr/local/include/mpeg2dec/mpeg2.h:67: error: syntax
error before `*' token
then I installed the 0.2.21 required by drip on /opt
using the following flags
export CPPFLAGS=-I/opt/include
./configure --prefix=/usr/local --without-pic
--with-mpeg2=/opt/lib
and still :
In file included from demuxer.hh:28,
from demuxer.cpp:21:
/opt/include/mpeg2dec/mpeg2.h:30: error: syntax error
before `*' token
/opt/include/mpeg2dec/mpeg2.h:67: error: type specifier
omitted for parameter `vo_instance_t'
/opt/include/mpeg2dec/mpeg2.h:67: error: syntax error
before `*' token
I'm running mandrake 9.2
kernel 2.4.22-10mdk
gcc (GCC) 3.3.1 (Mandrake Linux 9.2 3.3.1-2mdk)
Feel free to send a mail to djame.seddah@free.fr
I'm willing to help, since I like the drip version
found on plf (0.90-rc1) but it lacks all plugins
Cheers-
Djamé