I'm a Linux beginner. I've a small project to recognize and identify car number plates.
I'm trying to compile ZoneMinder 1.25 on Ubuntu 12.04.
The configure seems to work with this command line (no error)
The make brings up this error message./configure --prefix=/opt/zm --with-libarch=lib64 --with-mysql=/usr --with-ffmpeg=/usr --with-webuser=www-data --with-webgroup=www-data --disable-debug --disable-crashtrace --enable-mmap=yes --with-webdir=/var/www --with-cgidir=/usr/lib/cgi-bin ZM_SSL_LIB=openssl CPPFLAGS="-D__STDC_CONSTANT_MACROS -msse2"
I've followed this procedure to compile ffmpeg, before starting the configurezm_mpeg.cpp: In member function ‘double VideoStream::EncodeFrame(uint8_t*, int, bool, unsigned int)’:
zm_mpeg.cpp:386:77: error: ‘av_rescale_q’ was not declared in this scope
make[2]: *** [zm_mpeg.o] Error 1
It seems to work, no error message/ffmpeg/wiki/UbuntuCompilationGuide
Obviously there is something wrong in the process, but as a newbie, I can't see it.
Any hint please ?