I installed 1.25.0 using MasterTheKnife's precompiled tarball. During the install process, it appears he also included ffmpeg 0.9. Currently, I am trying to upgrade to 1.26.3, however the make install process fails when stumbling upon ffmpeg:
Code: Select all
zm_ffmpeg_camera.o -MD -MP -MF .deps/zm_ffmpeg_camera.Tpo -c -o zm_ffmpeg_camera.o zm_ffmpeg_camera.cpp
zm_ffmpeg_camera.cpp: In destructor âvirtual FfmpegCamera::~FfmpegCamera()â:
zm_ffmpeg_camera.cpp:85: error: 'avformat_close_input' was not declared in this scope
make[1]: *** [zm_ffmpeg_camera.o] Error 1
make[1]: Leaving directory `/root/ZoneMinder-1.26.3/src'
make: *** [install-recursive] Error 1
ffmpeg is not being 'seen' by dpkg, aptitude or apt-get... so I've no idea how to tackle it and I really don't want to have to redo the whole install...
Any suggestions/ideas??
Thanks!!