diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2011-03-21 20:22:51 +0100 |
---|---|---|
committer | Reinhard Tartler <siretart@tauware.de> | 2011-03-22 12:42:55 +0100 |
commit | 79e0cbae33350437c30c65a1e2c2c8b41ef92c62 (patch) | |
tree | 6370151831d8916e609d168a6fa603d38745dedf /configure | |
parent | 7fc5bffb542ed8c8bbb98f70e863be8b00326bd0 (diff) | |
download | ffmpeg-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-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |