mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-04-14 00:58:38 +02:00
Fix wrong condition check in the memalign error output.
Originally committed as revision 7748 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
a737f1dfdb
commit
d7a9562415
2
configure
vendored
2
configure
vendored
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user