Browse Source

general.texi: remove reference to --enable-memalign-hack, no longer required

tags/n0.9
Stefano Sabatini 14 years ago
parent
commit
978e711b2c
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      doc/general.texi

+ 3
- 3
doc/general.texi View File

@@ -961,7 +961,7 @@ MSVC++-compatible import libraries.
@item Build FFmpeg with

@example
./configure --enable-shared --enable-memalign-hack
./configure --enable-shared
make
make install
@end example
@@ -1083,12 +1083,12 @@ and add some special flags to your configure invocation.

For a static build run
@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

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…
Cancel
Save