Commit 336cc1b0 authored by Martin Storsjö's avatar Martin Storsjö Committed by Ramiro Polla

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
parent b504ce57
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment