But now I get a make error. I have the latest svn version of ffmpeg installed and a clean configure from:
./configure --with-webdir=/var/www/html/zm --with-cgidir=/var/www/cgi-bin --with-ffmpeg=/usr/local/bin ZM_DB_HOST=localhost ZM_DB_NAME=zm ZM_DB_USER=zmuser ZM_DB_PASS=zmpass --enable-debug=yes --with-webgroup=www-data --with-webuser=www-data ZM_SSL_LIB=openssl
I've searched for `avformat_alloc_context' - but to no avail - looks like I'm going back to my working 2740 beta version for a while....
Error message:
zm_rtsp.o: In function `RtspThread':
/home/tim/downloads/ZoneMinder-1.24.0/src/zm_rtsp.cpp:183: undefined reference to `avformat_alloc_context'
/home/tim/downloads/ZoneMinder-1.24.0/src/zm_rtsp.cpp:183: undefined reference to `avformat_alloc_context'
collect2: ld returned 1 exit status
make[2]: *** [zmc] Error 1
make[2]: Leaving directory `/home/tim/downloads/ZoneMinder-1.24.0/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/tim/downloads/ZoneMinder-1.24.0'
make: *** [all] Error 2
Any ideas as to what I've screwed up this time ?
