diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2011-04-05 20:46:46 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-04-06 01:09:04 +0200 |
commit | 0c72180ea660e2d1de71d8d03445e014d48b7e52 (patch) | |
tree | 64fb91e895184329056f77f5c0c4e896adf0310a /configure | |
parent | 1f3a1fa92110f5e6c02674122bba126feb049f26 (diff) | |
download | ffmpeg-0c72180ea660e2d1de71d8d03445e014d48b7e52.tar.gz |
Revert "Set the correct target for mingw64 dlltool"
Revert due to dlltool/lib revert
This reverts commit 417516f63f8a9ee214ee9fa6fcb483962ea0f096.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2429,7 +2429,7 @@ case $target_os in LIBTARGET=i386 if enabled x86_64; then enable malloc_aligned - LIBTARGET="i386:x86-64" + LIBTARGET=x64 elif enabled arm; then LIBTARGET=arm-wince fi |