summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorfaust3 <faust3@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-12-15 14:37:27 +0000
committerfaust3 <faust3@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-12-15 14:37:27 +0000
commit79a2ad4d1cb6a775d8f034e459f2fc753a4712ef (patch)
tree5d34c0da1d6a1258992003421ba276241f79e5b0 /configure
parent5141ea8aefeb0f6759836a9114408d80668f8e74 (diff)
downloadmpv-79a2ad4d1cb6a775d8f034e459f2fc753a4712ef.tar.bz2
mpv-79a2ad4d1cb6a775d8f034e459f2fc753a4712ef.tar.xz
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
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
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 */