projects
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b504ce5
)
Enable creation of microsoft-style import libraries on arm.
author
Martin Storsjö
<martin@martin.st>
Mon, 13 Jul 2009 19:08:27 +0000
(19:08 +0000)
committer
Ramiro Polla
<ramiro.polla@gmail.com>
Mon, 13 Jul 2009 19:08:27 +0000
(19:08 +0000)
Patch by Martin Storsjö <martin at martin dot st>
Originally committed as revision 19426 to svn://svn.ffmpeg.org/ffmpeg/trunk
configure
patch
|
blob
|
blame
|
history
diff --git
a/configure
b/configure
index
2cb28a6
..
f96ed8a
100755
(executable)
--- a/
configure
+++ b/
configure
@@
-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