ffmpeg | branch: master | Michael Niedermayer <[email protected]> | Sun Jul 27 21:02:41 2014 +0200| [3d93ba562243b6d8afac3c875c05304d41da94bf] | committer: Michael Niedermayer
configure: fix memalign hack auto detection Should fix fate on haiku Signed-off-by: Michael Niedermayer <[email protected]> > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3d93ba562243b6d8afac3c875c05304d41da94bf --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 6ad7c12..6570795 100755 --- a/configure +++ b/configure @@ -5191,7 +5191,7 @@ enabled_all dxva2 dxva2api_cobj CoTaskMemFree && enable dxva2_lib ! enabled_any memalign posix_memalign aligned_malloc && - enabled $simd_align_16 && enable memalign_hack + enabled simd_align_16 && enable memalign_hack # add_dep lib dep # -> enable ${lib}_deps_${dep} _______________________________________________ ffmpeg-cvslog mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog
