zoneminder not compile with ffmpeg

Forum for questions and support relating to the 1.25.x releases only.
Locked
fhanzlik
Posts: 2
Joined: Sun Nov 25, 2012 1:43 pm

zoneminder not compile with ffmpeg

Post 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?
chippy99
Posts: 66
Joined: Wed Aug 30, 2006 5:38 pm
Location: Barnet, Herts. UK

Re: zoneminder not compile with ffmpeg

Post 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
Locked