Page 1 of 1

zoneminder not compile with ffmpeg

Posted: Wed Jan 09, 2013 8:14 am
by fhanzlik
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?

Re: zoneminder not compile with ffmpeg

Posted: Thu Jan 10, 2013 2:52 pm
by chippy99
If you type

Code: Select all

./configure --help
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