From 25101cf5bde4e05e22cbf0c53d8c82cbf56d0a35 Mon Sep 17 00:00:00 2001
From: Diego Biurrun <diego@biurrun.de>
Date: Thu, 26 May 2011 14:40:29 +0200
Subject: [PATCH] doc: Drop hint at --enable-memalign-hack for MinGW, it is now
 autodetected.

---
 doc/general.texi | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/doc/general.texi b/doc/general.texi
index ce531ccdfba..94fdb1dec4a 100644
--- a/doc/general.texi
+++ b/doc/general.texi
@@ -831,18 +831,6 @@ are listed below:
 Libav automatically passes @code{-fno-common} to the compiler to work around
 a GCC bug (see @url{http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37216}).
 
-Within the MSYS shell, configure and make with:
-
-@example
-./configure --enable-memalign-hack
-make
-make install
-@end example
-
-This will install @file{ffmpeg.exe} along with many other development files
-to @file{/usr/local}. You may specify another install path using the
-@code{--prefix} option in @file{configure}.
-
 Notes:
 
 @itemize
-- 
GitLab