aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorLuca Barbato <lu_zero@gentoo.org>2011-03-21 20:22:51 +0100
committerReinhard Tartler <siretart@tauware.de>2011-03-22 12:42:55 +0100
commit79e0cbae33350437c30c65a1e2c2c8b41ef92c62 (patch)
tree6370151831d8916e609d168a6fa603d38745dedf /configure
parent7fc5bffb542ed8c8bbb98f70e863be8b00326bd0 (diff)
downloadffmpeg-79e0cbae33350437c30c65a1e2c2c8b41ef92c62.tar.gz
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@tauware.de>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 14f00bce8e..a1afb0d0c1 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