[FFmpeg-cvslog] configure: fix memalign hack auto detection

Michael Niedermayer git at videolan.org
Sun Jul 27 21:09:48 CEST 2014


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | 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 <michaelni at gmx.at>

> 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}



More information about the ffmpeg-cvslog mailing list