1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-09-29 08:19:48 +02:00

Set the correct target for mingw64 dlltool

That fixes .lib creation for the win64 target.
This commit is contained in:
Luca Barbato 2011-03-21 20:22:51 +01:00
parent dc8b73c069
commit 417516f63f

2
configure vendored
View File

@ -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