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
This commit is contained in:
faust3 2004-12-15 14:37:27 +00:00
parent 5141ea8aef
commit 79a2ad4d1c
1 changed files with 1 additions and 0 deletions

1
configure vendored
View File

@ -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 */