additinal libs required to build ffmpeg 0.4.9 support

Support and queries relating to all previous versions of ZoneMinder
Locked
reza
Posts: 21
Joined: Sat Jan 15, 2005 7:58 pm

additinal libs required to build ffmpeg 0.4.9 support

Post 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
User avatar
zoneminder
Site Admin
Posts: 5215
Joined: Wed Jul 09, 2003 2:07 pm
Location: Bristol, UK
Contact:

Post by zoneminder »

Interesting, and a little odd. Thanks for letting everyone know.

Phil
reza
Posts: 21
Joined: Sat Jan 15, 2005 7:58 pm

Post by reza »

I'm running

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