From 336cc1b0ee77385561b4d242ce52862601b8f797 Mon Sep 17 00:00:00 2001 From: Martin Storsjö Date: Mon, 13 Jul 2009 19:08:27 +0000 Subject: Enable creation of microsoft-style import libraries on arm. Patch by Martin Storsjö 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 2cb28a6b3b..f96ed8aa34 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 -- cgit v1.2.3