I got this with current CVS:

c++ -DHAVE_CONFIG_H -I. -I. -I../../include -Wall -Wno-unused -g
-march=athlon -ffast-math -pipe -Wp,-MD,.deps/FFVideoDecoder.pp -c
FFVideoDecoder.cpp  -fPIC -DPIC -o FFVideoDecoder.lo
FFVideoDecoder.cpp: In method `int FFVideoDecoder::DecodeFrame (CImage 
*, const void *, unsigned int, int, bool)':
FFVideoDecoder.cpp:46: `labs' undeclared (first use this function)
FFVideoDecoder.cpp:46: (Each undeclared identifier is reported only 
once for each function it appears in.)


Adding the line

#include <stdlib.h> 

solved the problem for my system (mandrake-8.1 on i686).

thanks
- Nil


_______________________________________________
Avifile mailing list
[EMAIL PROTECTED]
http://prak.org/mailman/listinfo/avifile

Reply via email to