diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2011-03-21 20:22:51 +0100 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2011-03-21 20:22:51 +0100 |
commit | 417516f63f8a9ee214ee9fa6fcb483962ea0f096 (patch) | |
tree | f2c7301ead1a86ef01254ad60e12536af8f2a05c /configure | |
parent | dc8b73c0690fbefaf8147653758919875361e8d8 (diff) | |
download | ffmpeg-417516f63f8a9ee214ee9fa6fcb483962ea0f096.tar.gz |
Set the correct target for mingw64 dlltool
That fixes .lib creation for the win64 target.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |