diff options
author | Martin Storsjö <martin@martin.st> | 2009-07-13 19:08:27 +0000 |
---|---|---|
committer | Ramiro Polla <ramiro.polla@gmail.com> | 2009-07-13 19:08:27 +0000 |
commit | 336cc1b0ee77385561b4d242ce52862601b8f797 (patch) | |
tree | 3c6ffd40bdb4b3a6c6965264cd465d776c3b7a35 /configure | |
parent | b504ce57ed18d2f0a6ace22c645cd5657315b521 (diff) | |
download | ffmpeg-336cc1b0ee77385561b4d242ce52862601b8f797.tar.gz |
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-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |