Commit 06d5d029 authored by diego's avatar diego

Fix wrong condition check in the memalign error output.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7748 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 2d820884
...@@ -1543,7 +1543,7 @@ fi ...@@ -1543,7 +1543,7 @@ fi
check_header malloc.h check_header malloc.h
check_func memalign check_func memalign
if disabled memalign && enabled_all need_memalign memalign_hack ; then if disabled_all memalign memalign_hack && enabled_all 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