Browse code

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

Martin Storsjö authored on 2009/07/14 04:08:27
Showing 1 changed files
... ...
@@ -1699,6 +1699,8 @@ case $target_os in
1699 1699
         if enabled x86_64; then
1700 1700
             disable need_memalign
1701 1701
             LIBTARGET=x64
1702
+        elif enabled arm; then
1703
+            LIBTARGET=arm
1702 1704
         fi
1703 1705
         shlibdir_default="$bindir_default"
1704 1706
         disable ffserver