Commit 2b71855a authored by ramiro's avatar ramiro

Enable creation of microsoft-style import libraries on arm.

Patch by Martin Storsjo <martin at martin dot st>

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@19426 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 80649670
......@@ -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