I'm trying build ZM on Fedora 17 i686 with ffmpeg support, but this failed. It seems as configure looks for ffmpeg headers only in
/usr/include//{libavcodec,libavdevice,libavfilter,libavformat,libavutil,libswscale,..}, but my distro has them in
/usr/include/ffmpeg/{libavcodec,libavdevice,libavfilter,libavformat,libavutil,libswscale,..}.
Is there any easy way how solve this?
zoneminder not compile with ffmpeg
Re: zoneminder not compile with ffmpeg
If you type you will se there is an option --with-ffmpeg=<path> prefix of ffmpeg root directory for libavcodec etc, default /usr
Try setting that
regards, John
Code: Select all
./configure --help
Try setting that
regards, John