From 336cc1b0ee77385561b4d242ce52862601b8f797 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Martin=20Storsj=C3=B6?= <martin@martin.st>
Date: Mon, 13 Jul 2009 19:08:27 +0000
Subject: [PATCH] =?UTF-8?q?Enable=20creation=20of=20microsoft-style=20impo?=
 =?UTF-8?q?rt=20libraries=20on=20arm.=20Patch=20by=20Martin=20Storsj=C3=B6?=
 =?UTF-8?q?=20<martin=20at=20martin=20dot=20st>?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Originally committed as revision 19426 to svn://svn.ffmpeg.org/ffmpeg/trunk
---
 configure | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/configure b/configure
index 2cb28a6b3b6..f96ed8aa34b 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
-- 
GitLab