[FFmpeg-devel] [PATCH] Enable creation of microsoft-style import libraries on arm

Ramiro Polla ramiro.polla
Mon Jul 13 21:08:46 CEST 2009


2009/7/13 M?ns Rullg?rd <mans at mansr.com>:
> Martin Storsj? <martin at martin.st> writes:
>
>> Hi,
>>
>> The attached patch makes the correct architecture be passed to the import
>> library tool when compiling for arm with mingw32ce; currently i386 is
>> assumed (unless compiling for x86_64) when using mingw32*.
>>
>> // Martin
>>
>> diff --git a/configure b/configure
>> index a88758e..30e11be 100755
>> --- a/configure
>> +++ b/configure
>> @@ -1699,6 +1699,8 @@ case $target_os in
>> ? ? ? ? ?if enabled x86_64; then
>> ? ? ? ? ? ? ?disable need_memalign
>> ? ? ? ? ? ? ?LIBTARGET=x64
>> + ? ? ? ?elif enabled arm; then
>> + ? ? ? ? ? ?LIBTARGET=arm
>> ? ? ? ? ?fi
>> ? ? ? ? ?shlibdir_default="$bindir_default"
>> ? ? ? ? ?disable ffserver
>
> OK

Applied.



More information about the ffmpeg-devel mailing list