I'm having problems compiling OpenCV with ffMpeg support under Debian.
I downloaded new ffMpeg and installed it, downloaded opencv-1.1pre1.tar.gz and unpacked it.
then
./configure --enable-apps --enable-shared --with-ffmpeg --with-gnu-ld --without-quicktime CFLAGS=-I/usr/local/include CPPFLAGS=-I/usr/local/include LDFLAGS=-L/usr/local/lib
ffMpeg checked yes and finally when I make it says
../../../otherlibs/highgui/.libs/libhighgui.so: undefined reference to `img_convert'
Now I've been around the forums and tried various stuff but nothing worked. Can anybody help me get this thing installed?