Browse Source

Set the correct target for mingw64 dlltool

That fixes .lib creation for the win64 target.
(cherry picked from commit 417516f63f)

Signed-off-by: Reinhard Tartler <siretart@tauware.de>
tags/ffmpeg-0.6.3
Luca Barbato Reinhard Tartler 15 years ago
parent
commit
79e0cbae33
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      configure

+ 1
- 1
configure View File

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


Loading…
Cancel
Save