Hallo

> source='multplex.cc' object='multplex.o' libtool=no \
> depfile='.deps/multplex.Po' tmpdepfile='.deps/multplex.TPo' \
> depmode=gcc3 /bin/sh ../depcomp \
> i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -I .. -I ../utils
> - -march=athlon-tbird -mmmx -m3dnow -O3 -c -o multplex.o `test -f 'multplex.cc'
> || echo './'`multplex.cc
> multplex.cc: In member function `void OutputStream::WriteRawSector(uint8_t*,
>    unsigned int)':
> multplex.cc:1127: error: `assert' undeclared (first use this function)
> multplex.cc:1127: error: (Each undeclared identifier is reported only once for
>    each function it appears in.)
> multplex.cc: In member function `void OutputStream::OutputDVDPriv2()':
> multplex.cc:1252: error: `assert' undeclared (first use this function)
> make[3]: *** [multplex.o] Error 1
> make[3]: Leaving directory `/usr/src/mjpegtools-1.6.1/mplex'
Add to the file to the includes that line:
#include <assert.h>

It should compile than. You might have to add it to some other files
too. (mpeg2enc directory)

Do you have a SUSE 7.2 ?


auf hoffentlich bald,

Berni the Chaos of Woodquarter

Email: [EMAIL PROTECTED] [EMAIL PROTECTED]
www: http://www.lysator.liu.se/~gz/bernhard


-------------------------------------------------------
This SF.net email is sponsored by: eBay
Get office equipment for less on eBay!
http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5
_______________________________________________
Mjpeg-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mjpeg-users

Reply via email to