mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2025-02-10 14:35:39 +00:00
simplify condition
Originally committed as revision 7751 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
49561f992e
commit
797ee6a6c7
2
configure
vendored
2
configure
vendored
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user