mirror of
https://mirror.skon.top/https://github.com/FFmpeg/FFmpeg
synced 2026-04-20 21:00:41 +08:00
configure: re-enable memalign for Haiku
This had been disabled in 2011: https://lists.ffmpeg.org/pipermail/ffmpeg-cvslog/2011-June/038362.html If there are still problems with it we should rather fix them on Haiku side. Signed-off-by: Niklas Haas <git@haasn.dev> See-Also: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/22233
This commit is contained in:
committed by
Niklas Haas
parent
d67d81a374
commit
5425be53b5
4
configure
vendored
4
configure
vendored
@@ -8172,10 +8172,6 @@ enabled threads || warn \
|
||||
"environment."
|
||||
|
||||
case $target_os in
|
||||
haiku)
|
||||
disable memalign
|
||||
disable posix_memalign
|
||||
;;
|
||||
*-dos|freedos|opendos)
|
||||
if test_cpp_condition sys/version.h "defined(__DJGPP__) && __DJGPP__ == 2 && __DJGPP_MINOR__ == 5"; then
|
||||
disable memalign
|
||||
|
||||
Reference in New Issue
Block a user