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

It is enabled automatically when required nowadays.

Signed-off-by: Martin Storsj <martin@martin.st>
(cherry picked from commit 9d36139231)
This commit is contained in:
Reinhard Tartler
2011-07-12 18:09:55 +02:00
parent 004194f465
commit 5c2d7c4dc8

View File

@@ -949,7 +949,7 @@ MSVC++-compatible import libraries.
@item Build Libav with @item Build Libav with
@example @example
./configure --enable-shared --enable-memalign-hack ./configure --enable-shared
make make
make install make install
@end example @end example
@@ -1076,7 +1076,7 @@ For a static build run
and for a build with shared libraries and for a build with shared libraries
@example @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 @end example
@bye @bye