[FFmpeg-cvslog] build system: disable memalign on haiku, its not reliable there.
Michael Niedermayer
git at videolan.org
Tue Jun 21 21:18:41 CEST 2011
ffmpeg | branch: oldabi | Michael Niedermayer <michaelni at gmx.at> | Tue Jun 21 16:36:23 2011 +0200| [ad3ac1d507a9c99795f4f2a0c468fc4658f44788] | committer: Michael Niedermayer
build system: disable memalign on haiku, its not reliable there.
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ad3ac1d507a9c99795f4f2a0c468fc4658f44788
---
configure | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/configure b/configure
index 84d8feb..c9eedaf 100755
--- a/configure
+++ b/configure
@@ -3148,6 +3148,11 @@ check_deps $CONFIG_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 $need_memalign && enable memalign_hack
More information about the ffmpeg-cvslog
mailing list