# HG changeset patch # User faust3 # Date 1103121447 0 # Node ID 8500cd45f35be41c63d61ff8dd5b043a19328913 # Parent c30e193ac112a542a93fae9b3256683bca6ee6da enable memalign hack for libavcodec when memalign is not present, hopefully the mencoder segfaults on mingw are gone now diff -r c30e193ac112 -r 8500cd45f35b configure --- a/configure Wed Dec 15 01:22:24 2004 +0000 +++ b/configure Wed Dec 15 14:37:27 2004 +0000 @@ -6844,6 +6844,7 @@ $_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 */