[FFmpeg-cvslog] docs: Don't recommend adding --enable-memalign-hack

Martin Storsjö git at videolan.org
Fri Jul 8 01:17:03 CEST 2011


ffmpeg | branch: master | Martin Storsjö <martin at martin.st> | Thu Jul  7 09:50:43 2011 +0300| [9d36139231bfcf155a1b94f61a420768f1771174] | committer: Martin Storsjö

docs: Don't recommend adding --enable-memalign-hack

It is enabled automatically when required nowadays.

Signed-off-by: Martin Storsjö <martin at martin.st>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9d36139231bfcf155a1b94f61a420768f1771174
---

 doc/general.texi |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/general.texi b/doc/general.texi
index 775bf5d..6e21ca8 100644
--- a/doc/general.texi
+++ b/doc/general.texi
@@ -949,7 +949,7 @@ MSVC++-compatible import libraries.
 @item Build Libav with
 
 @example
-./configure --enable-shared --enable-memalign-hack
+./configure --enable-shared
 make
 make install
 @end example
@@ -1071,12 +1071,12 @@ and add some special flags to your configure invocation.
 
 For a static build run
 @example
-./configure --target-os=mingw32 --enable-memalign-hack --enable-static --disable-shared --extra-cflags=-mno-cygwin --extra-libs=-mno-cygwin
+./configure --target-os=mingw32 --enable-static --disable-shared --extra-cflags=-mno-cygwin --extra-libs=-mno-cygwin
 @end example
 
 and for a build with shared libraries
 @example
-./configure --target-os=mingw32 --enable-memalign-hack --enable-shared --disable-static --extra-cflags=-mno-cygwin --extra-libs=-mno-cygwin
+./configure --target-os=mingw32 --enable-shared --disable-static --extra-cflags=-mno-cygwin --extra-libs=-mno-cygwin
 @end example
 
 @bye



More information about the ffmpeg-cvslog mailing list