[FFmpeg-cvslog] Revert "Set the correct target for mingw64 dlltool"
Michael Niedermayer
git at videolan.org
Wed Apr 6 01:16:44 CEST 2011
ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Tue Apr 5 20:46:46 2011 +0200| [0c72180ea660e2d1de71d8d03445e014d48b7e52] | committer: Michael Niedermayer
Revert "Set the correct target for mingw64 dlltool"
Revert due to dlltool/lib revert
This reverts commit 417516f63f8a9ee214ee9fa6fcb483962ea0f096.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0c72180ea660e2d1de71d8d03445e014d48b7e52
---
configure | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure b/configure
index ba1dcb7..9a86221 100755
--- a/configure
+++ b/configure
@@ -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
More information about the ffmpeg-cvslog
mailing list