FC4 ffmpeg install notes
Posted: Sat Jan 28, 2006 12:44 am
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:
then i installed the packages:
it put the devel stuff in /usr/include/ffmpeg. so the configure was:
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
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
Code: Select all
yum install ffmpeg ffmpeg-devel
Code: Select all
./configure --with-webdir=/var/www/html/zm --with-cgidir=/var/www/cgi-bin --with-ffmpeg=/usr/include/ffmpeg
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