mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
build system: disable memalign on haiku, its not reliable there.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
06724c5f5d
commit
ad3ac1d507
5
configure
vendored
5
configure
vendored
@ -3148,6 +3148,11 @@ check_deps $CONFIG_LIST \
|
|||||||
|
|
||||||
enabled asm || { arch=c; disable $ARCH_LIST $ARCH_EXT_LIST; }
|
enabled asm || { arch=c; disable $ARCH_LIST $ARCH_EXT_LIST; }
|
||||||
|
|
||||||
|
if test $target_os == "haiku"; then
|
||||||
|
disable memalign
|
||||||
|
disable posix_memalign
|
||||||
|
fi
|
||||||
|
|
||||||
! enabled_any memalign posix_memalign malloc_aligned &&
|
! enabled_any memalign posix_memalign malloc_aligned &&
|
||||||
enabled_any $need_memalign && enable memalign_hack
|
enabled_any $need_memalign && enable memalign_hack
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user