[FFmpeg-cvslog] configure: Set the correct lib target for arm/wince dlltool

Martin Storsjö git at videolan.org
Thu Mar 24 03:43:41 CET 2011


ffmpeg | branch: master | Martin Storsjö <martin at martin.st> | Tue Mar 22 15:07:15 2011 +0200| [15c5156d245af4c16ac4b1895495818ecdda2e41] | committer: Luca Barbato

configure: Set the correct lib target for arm/wince dlltool

The correct machine name for dlltool is arm-wince.

Signed-off-by: Luca Barbato <lu_zero at gentoo.org>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=15c5156d245af4c16ac4b1895495818ecdda2e41
---

 configure |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure b/configure
index 19b9f98..00aa9ed 100755
--- a/configure
+++ b/configure
@@ -2407,7 +2407,7 @@ case $target_os in
             enable malloc_aligned
             LIBTARGET="i386:x86-64"
         elif enabled arm; then
-            LIBTARGET=arm
+            LIBTARGET=arm-wince
         fi
         shlibdir_default="$bindir_default"
         disable ffserver




More information about the ffmpeg-cvslog mailing list