Commit 797ee6a6 authored by Diego Biurrun's avatar Diego Biurrun

simplify condition

Originally committed as revision 7751 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 49561f99
...@@ -1535,7 +1535,7 @@ fi ...@@ -1535,7 +1535,7 @@ fi
check_header malloc.h check_header malloc.h
check_func memalign check_func memalign
if disabled_all memalign memalign_hack && enabled_all need_memalign ; then if disabled_all memalign memalign_hack && enabled need_memalign ; then
die "Error, no memalign() but SSE enabled, disable it or use --enable-memalign-hack." die "Error, no memalign() but SSE enabled, disable it or use --enable-memalign-hack."
fi 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