[FFmpeg-cvslog] Set the correct target for mingw64 dlltool

Luca Barbato git at videolan.org
Wed Mar 23 03:03:41 CET 2011


ffmpeg | branch: master | Luca Barbato <lu_zero at gentoo.org> | Mon Mar 21 20:22:51 2011 +0100| [417516f63f8a9ee214ee9fa6fcb483962ea0f096] | committer: Luca Barbato

Set the correct target for mingw64 dlltool

That fixes .lib creation for the win64 target.

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

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

diff --git a/configure b/configure
index 4fd71cd..a2ad321 100755
--- a/configure
+++ b/configure
@@ -2405,7 +2405,7 @@ case $target_os in
         LIBTARGET=i386
         if enabled x86_64; then
             enable malloc_aligned
-            LIBTARGET=x64
+            LIBTARGET="i386:x86-64"
         elif enabled arm; then
             LIBTARGET=arm
         fi




More information about the ffmpeg-cvslog mailing list