summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2009-07-13 19:08:27 +0000
committerRamiro Polla <ramiro.polla@gmail.com>2009-07-13 19:08:27 +0000
commit336cc1b0ee77385561b4d242ce52862601b8f797 (patch)
tree3c6ffd40bdb4b3a6c6965264cd465d776c3b7a35 /configure
parentb504ce57ed18d2f0a6ace22c645cd5657315b521 (diff)
Enable creation of microsoft-style import libraries on arm.
Patch by Martin Storsjö <martin at martin dot st> Originally committed as revision 19426 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
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