summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMichael Kostylev <michael.kostylev@gmail.com>2010-04-12 15:16:52 +0000
committerDiego Biurrun <diego@biurrun.de>2010-04-12 15:16:52 +0000
commit6a36798f9bad3568ba212a30d5cd3295e71d57dc (patch)
tree3fbba16accfab96588175ea366d6833de9b75f6a /doc
parentc007c687c9af874d62221106bd98e44d1b8f1b29 (diff)
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
Diffstat (limited to 'doc')
-rw-r--r--doc/general.texi10
1 files changed, 10 insertions, 0 deletions
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