[Bf-committers] FFmpeg update instructions

Ejner Fergo ejnersan at gmail.com
Fri Sep 2 21:08:36 CEST 2011


Hi again!

>> Create a .conf file in /etc/ld.so.conf.d/ (for example ffmpeg.conf)
>> containing the line:
>> /opt/ffmpeg-0.8.2/lib
>> and then run (as root):
>> ldconfig
> Yeah, this can be helpful.

Unfortunately you can't redirect an output with sudo, so instead of:
sudo echo "/opt/ffmpeg-0.8.2/lib" > /etc/ld.so.conf.d/ffmpeg.conf
you can use this command instead:
echo "/opt/ffmpeg-0.8.2/lib" | sudo tee -a /etc/ld.so.conf.d/ffmpeg.conf

Best regards,
Ejner


More information about the Bf-committers mailing list