Add DOS section to the platform documentation.

patch by Michael Kostylev, michael.kostylev gmail com

Originally committed as revision 22854 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Michael Kostylev 2010-04-12 15:16:52 +00:00 committed by Diego Biurrun
parent c007c687c9
commit 6a36798f9b

View File

@ -721,6 +721,16 @@ performance on systems without hardware floating point support).
BeOS support is broken in mysterious ways.
@section DOS
Using a cross-compiler is preferred for various reasons.
@subsection DJGPP
FFmpeg cannot be compiled because of broken system headers, add
@code{--extra-cflags=-U__STRICT_ANSI__} to the configure options as a
workaround.
@section OS/2
For information about compiling FFmpeg on OS/2 see