[FFmpeg-cvslog] r19426 - trunk/configure
ramiro
subversion
Mon Jul 13 21:08:27 CEST 2009
Author: ramiro
Date: Mon Jul 13 21:08:27 2009
New Revision: 19426
Log:
Enable creation of microsoft-style import libraries on arm.
Patch by Martin Storsjo <martin at martin dot st>
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure Mon Jul 13 19:16:36 2009 (r19425)
+++ trunk/configure Mon Jul 13 21:08:27 2009 (r19426)
@@ -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
More information about the ffmpeg-cvslog
mailing list