提交 1fc9fb8a 编写于 作者: D Diego Biurrun

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

Originally committed as revision 16557 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 6a5d31ac
......@@ -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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册