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 9d36139231bfcf155a1b94f61a420768f1771174)
This commit is contained in:
parent
004194f465
commit
5c2d7c4dc8
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user