From 6a36798f9bad3568ba212a30d5cd3295e71d57dc Mon Sep 17 00:00:00 2001 From: Michael Kostylev Date: Mon, 12 Apr 2010 15:16:52 +0000 Subject: [PATCH] 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 --- doc/general.texi | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/doc/general.texi b/doc/general.texi index 3637682a2a..1bfde02bc2 100644 --- a/doc/general.texi +++ b/doc/general.texi @@ -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