Commit 4b66848d authored by diego's avatar diego

Use 'enabled' function to simplify x86_64 check in the mingw32 section.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16557 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent ff15ed2f
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment