FC4 ffmpeg install notes

Support and queries relating to all previous versions of ZoneMinder
Locked
sde
Posts: 12
Joined: Fri Jan 27, 2006 9:48 am

FC4 ffmpeg install notes

Post by sde »

Re: Fedora Core 4 and ffmpeg

I found a repository that allowed me to successfully install ffmpeg and ffmpeg-devel so i could install zm with this support.

first i installed this repo:

Code: Select all

rpm -ivh http://rpm.livna.org/livna-release4.rpm
then i installed the packages:

Code: Select all

yum install ffmpeg ffmpeg-devel
it put the devel stuff in /usr/include/ffmpeg. so the configure was:

Code: Select all

./configure --with-webdir=/var/www/html/zm --with-cgidir=/var/www/cgi-bin --with-ffmpeg=/usr/include/ffmpeg
then just make install.

it might be premature because all i know is that everything compiled and installed ok. i need to get my camera setup to see if everything is all gravy still.

hope that helps someone quicker than it took me to find :)
Locked