]> git.sesse.net Git - ffmpeg/commitdiff
Enable creation of microsoft-style import libraries on arm.
authorMartin Storsjö <martin@martin.st>
Mon, 13 Jul 2009 19:08:27 +0000 (19:08 +0000)
committerRamiro Polla <ramiro.polla@gmail.com>
Mon, 13 Jul 2009 19:08:27 +0000 (19:08 +0000)
Patch by Martin Storsjö <martin at martin dot st>

Originally committed as revision 19426 to svn://svn.ffmpeg.org/ffmpeg/trunk

configure

index 2cb28a6b3b66dc54ea082fe6ce61ae4c4ebe5133..f96ed8aa34b24d4437d58e985d26ac7374c616dc 100755 (executable)
--- 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