summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2011-05-26 14:40:29 +0200
committerDiego Biurrun <diego@biurrun.de>2011-05-26 16:26:17 +0200
commit25101cf5bde4e05e22cbf0c53d8c82cbf56d0a35 (patch)
tree315a134a7dc8b2af0b448358f4b9eb8c882590c0 /doc
parent6c6c976fa93be0aef731fc0884f784a9be81071e (diff)
doc: Drop hint at --enable-memalign-hack for MinGW, it is now autodetected.
Diffstat (limited to 'doc')
-rw-r--r--doc/general.texi12
1 files changed, 0 insertions, 12 deletions
diff --git a/doc/general.texi b/doc/general.texi
index ce531ccdfb..94fdb1dec4 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