[FFmpeg-cvslog] docs: Don't recommend adding --enable-memalign-hack
Reinhard Tartler
git at videolan.org
Wed Jul 27 12:49:43 CEST 2011
ffmpeg | branch: release/0.7 | Reinhard Tartler <siretart at tauware.de> | Tue Jul 12 18:09:55 2011 +0200| [5c2d7c4dc8b8618f6586e220f4af6e4baae6dac2] | committer: Reinhard Tartler
docs: Don't recommend adding --enable-memalign-hack
It is enabled automatically when required nowadays.
Signed-off-by: Martin Storsjö <martin at martin.st>
(cherry picked from commit 9d36139231bfcf155a1b94f61a420768f1771174)
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5c2d7c4dc8b8618f6586e220f4af6e4baae6dac2
---
doc/general.texi | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/general.texi b/doc/general.texi
index dbc7faf..93f563e 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
@@ -1076,7 +1076,7 @@ For a static build run
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