diff options
author | Ramiro Polla <ramiro.polla@gmail.com> | 2010-01-29 19:50:58 +0000 |
---|---|---|
committer | Ramiro Polla <ramiro.polla@gmail.com> | 2010-01-29 19:50:58 +0000 |
commit | b0f36ee1cd5bd979044c5bb46009e576c83406d5 (patch) | |
tree | d397fab0e89b7946745775437219967d7ae03de8 /doc | |
parent | 800274f8716ed4254d889e7c739b45ba1940147e (diff) | |
download | ffmpeg-b0f36ee1cd5bd979044c5bb46009e576c83406d5.tar.gz |
Revert commits 21227, 21441, and 21442. None of this is necessary now that we
load the getaddrinfo family of functions through GetProcAddress. Also, there
is currently no feature that gets fixed in Win98 through the use of KernelEx.
Originally committed as revision 21530 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc')
-rw-r--r-- | doc/general.texi | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/doc/general.texi b/doc/general.texi index 3fb7a3a7de..3942e404a1 100644 --- a/doc/general.texi +++ b/doc/general.texi @@ -995,13 +995,6 @@ and for a build with shared libraries ./configure --target-os=mingw32 --enable-memalign-hack --enable-shared --disable-static --extra-cflags=-mno-cygwin --extra-libs=-mno-cygwin @end example -@subsection Win9x/Win2000 support - -FFmpeg is built by default for Windows XP and above. To run it on any Windows -version prior to XP, you must use @code{--target-os=mingw32-prexp}. -Additionally, for Windows 98/Me you must install KernelEx from: -http://sourceforge.net/projects/kernelex/ - @section BeOS BeOS support is broken in mysterious ways. |