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
This commit is contained in:
Martin Storsjö 2009-07-13 19:08:27 +00:00 committed by Ramiro Polla
parent b504ce57ed
commit 336cc1b0ee

2
configure vendored
View File

@ -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