additinal libs required to build ffmpeg 0.4.9 support
Posted: Tue Apr 26, 2005 10:49 am
After much wasted time, I found that you need to add the following libs to make zm compile with the latest version of ffmpeg :
Reza
p.s. i was missing libdc1394_control.so, and need to issue this command to make it work :
Code: Select all
-ldc1394_control -lraw1394 -lavformat
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