You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-11-23 21:54:53 +02:00
docs: Don't recommend adding --enable-memalign-hack
It is enabled automatically when required nowadays. Signed-off-by: Martin Storsjö <martin@martin.st>
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
|
||||||
@@ -1071,12 +1071,12 @@ and add some special flags to your configure invocation.
|
|||||||
|
|
||||||
For a static build run
|
For a static build run
|
||||||
@example
|
@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
|
@end example
|
||||||
|
|
||||||
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