1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-15 14:13:16 +02:00

simplify condition

Originally committed as revision 7751 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun
2007-01-28 17:29:32 +00:00
parent 49561f992e
commit 797ee6a6c7

2
configure vendored
View File

@@ -1535,7 +1535,7 @@ fi
check_header malloc.h
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."
fi