git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a5d31a
)
Use 'enabled' function to simplify x86_64 check in the mingw32 section.
author
Diego Biurrun
<diego@biurrun.de>
Sun, 11 Jan 2009 22:32:45 +0000
(22:32 +0000)
committer
Diego Biurrun
<diego@biurrun.de>
Sun, 11 Jan 2009 22:32:45 +0000
(22:32 +0000)
Originally committed as revision 16557 to svn://svn.ffmpeg.org/ffmpeg/trunk
configure
patch
|
blob
|
history
diff --git
a/configure
b/configure
index
f07e922
..
af4dbca
100755
(executable)
--- a/
configure
+++ b/
configure
@@
-1447,7
+1447,7
@@
case $target_os in
mingw32*)
target_os=mingw32
LIBTARGET=i386
- if
test $arch =
x86_64; then
+ if
enabled
x86_64; then
disable need_memalign
LIBTARGET=x64
fi