Commit 6a36798f authored by Michael Kostylev's avatar Michael Kostylev Committed by Diego Biurrun

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
parent c007c687
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment