mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-24 11:49:48 +00:00
10l: wrong quoting
Originally committed as revision 5823 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
8422aa888b
commit
d4b0cca737
2
configure
vendored
2
configure
vendored
@ -1241,7 +1241,7 @@ if check_header malloc.h; then
|
||||
fi
|
||||
|
||||
if test "$_memalign" = "no" -a "$mmx" = "yes" -a \
|
||||
"$memalignhack" != "yes" -a "$targetos != Darwin" ; then
|
||||
"$memalignhack" != "yes" -a "$targetos" != "Darwin" ; then
|
||||
die "Error, no memalign() but SSE enabled, disable it or use --enable-memalign-hack."
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user