Skip to content
Snippets Groups Projects
Commit 1fc9fb8a authored by Diego Biurrun's avatar Diego Biurrun
Browse files

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

Originally committed as revision 16557 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 6a5d31ac
No related branches found
No related tags found
No related merge requests found
...@@ -1447,7 +1447,7 @@ case $target_os in ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment