[Bf-committers] linux compile error

Martin Sell m.sell_a at stud.fh-sm.de
Thu Sep 1 00:06:34 CEST 2011


Am 31.08.2011 23:48, schrieb INTERLICHTSPIELHAUS:
>> From: Ejner Fergo<*>
>>
>> When you compile ffmpeg, you need to enable shared libraries:
>>
>> ./configure --enable-shared
>> make
>> sudo make install
> yes i already compiled ffmpeg with that parameter
> but still no luck here

This would install ffmpeg to /usr/local but blender uses /usr as default 
path for ffmpeg.
I have compiled it this way on ubuntu 10.10:

./configure --enable-shared --prefix=/usr
make
sudo make install

That worked fine for me.

greetings,
moerdn


More information about the Bf-committers mailing list