[FFmpeg-cvslog] Set the correct target for mingw64 dlltool
Luca Barbato
git at videolan.org
Thu Mar 24 03:43:44 CET 2011
ffmpeg | branch: release/0.6 | Luca Barbato <lu_zero at gentoo.org> | Mon Mar 21 20:22:51 2011 +0100| [79e0cbae33350437c30c65a1e2c2c8b41ef92c62] | committer: Reinhard Tartler
Set the correct target for mingw64 dlltool
That fixes .lib creation for the win64 target.
(cherry picked from commit 417516f63f8a9ee214ee9fa6fcb483962ea0f096)
Signed-off-by: Reinhard Tartler <siretart at tauware.de>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=79e0cbae33350437c30c65a1e2c2c8b41ef92c62
---
configure | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure b/configure
index 14f00bc..a1afb0d 100755
--- a/configure
+++ b/configure
@@ -2206,7 +2206,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