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

Måns Rullgård mans
Mon Jul 13 21:06:14 CEST 2009


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

-- 
M?ns Rullg?rd
mans at mansr.com



More information about the ffmpeg-devel mailing list