From 79a2ad4d1cb6a775d8f034e459f2fc753a4712ef Mon Sep 17 00:00:00 2001 From: faust3 Date: Wed, 15 Dec 2004 14:37:27 +0000 Subject: [PATCH] enable memalign hack for libavcodec when memalign is not present, hopefully the mencoder segfaults on mingw are gone now git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14158 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 1 + 1 file changed, 1 insertion(+) diff --git a/configure b/configure index 4b089bf8fe..d2f7f0423f 100755 --- a/configure +++ b/configure @@ -6844,6 +6844,7 @@ $_def_malloc $_def_memalign #ifndef HAVE_MEMALIGN # define memalign(a,b) malloc(b) +#define MEMALIGN_HACK 1 #endif /* Define this if your system has the "alloca.h" header file */