Use 'enabled' function to simplify x86_64 check in the mingw32 section.
Originally committed as revision 16557 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
6a5d31ac25
commit
1fc9fb8a77
2
configure
vendored
2
configure
vendored
@ -1447,7 +1447,7 @@ case $target_os in
|
|||||||
mingw32*)
|
mingw32*)
|
||||||
target_os=mingw32
|
target_os=mingw32
|
||||||
LIBTARGET=i386
|
LIBTARGET=i386
|
||||||
if test $arch = x86_64; then
|
if enabled x86_64; then
|
||||||
disable need_memalign
|
disable need_memalign
|
||||||
LIBTARGET=x64
|
LIBTARGET=x64
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user