[Bf-committers] scons issues with new ffmpeg package

Ken Hughes khughes at pacific.edu
Thu Sep 27 18:08:23 CEST 2007


Diego Hernan Borghetti wrote:
> On Thu, 27 Sep 2007, Ken Hughes wrote:
>
>   
>> Diego Hernan Borghetti wrote:
>>     
>>> It's weird, this is my user-config.py :
>>>
>>> WITH_BF_FFMPEG = 'true'
>>> BF_FFMPEG = "#extern/ffmpeg"
>>> BF_FFMPEG_INC = '${BF_FFMPEG}/include'
>>> BF_FFMPEG_LIBPATH = '${BF_FFMPEG}/lib'
>>> BF_FFMPEG_LIB = ''
>>>
>>>       
>> I just replaced my user-config.py with this, and pulled a fresh copy of
>> extern/ffmpeg.  Still get the same problem. This is with Ubuntu 7.04.
>>
>> If I hand-compile the same file, removing the "-fPIC" option, things are
>> fine.
>>     
>
> Have "--disable-shared" or "--enable-shared" in your 
> extern/ffmpeg/config.h ?
>   
extern/ffmpeg/config.h shows "--disabled-shared", from the ./configure 
command line.

Interestingly, I pulled svn fresh on a 32-bit and 64-bit Ubuntu 7.04 
box.  64-bit box builds fine, 32-bit box does not.

Ken


More information about the Bf-committers mailing list