This is an automated email from the git hooks/post-receive script.

Git pushed a commit to branch master
in repository ffmpeg.

commit 5425be53b575d69bdffa7e982d9b7e0ec73f7fa2
Author:     Adrien Destugues <[email protected]>
AuthorDate: Wed Aug 7 16:21:32 2019 +0300
Commit:     Niklas Haas <[email protected]>
CommitDate: Thu Feb 26 10:16:11 2026 +0000

    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 <[email protected]>
    See-Also: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/22233
---
 configure | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/configure b/configure
index 26955aa916..6d3c36bf61 100755
--- a/configure
+++ b/configure
@@ -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

_______________________________________________
ffmpeg-cvslog mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to