Page 1 of 1

additinal libs required to build ffmpeg 0.4.9 support

Posted: Tue Apr 26, 2005 10:49 am
by reza
After much wasted time, I found that you need to add the following libs to make zm compile with the latest version of ffmpeg :

Code: Select all

-ldc1394_control -lraw1394 -lavformat
Reza

p.s. i was missing libdc1394_control.so, and need to issue this command to make it work :

Code: Select all

cd /usr/lib
ln -s libdc1394_control.so.11 libdc1394_control.so

Posted: Wed Apr 27, 2005 10:51 pm
by zoneminder
Interesting, and a little odd. Thanks for letting everyone know.

Phil

Posted: Wed Apr 27, 2005 11:37 pm
by reza
I'm running

[root@onyx local]# rpm -q ffmpegffmpeg-0.4.9-7_cvs20050418.rhfc3.at