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:
@@ -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
|
||||||
|
Reference in New Issue
Block a user