diff options
author | Michael Kostylev <michael.kostylev@gmail.com> | 2010-04-12 15:16:52 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2010-04-12 15:16:52 +0000 |
commit | 6a36798f9bad3568ba212a30d5cd3295e71d57dc (patch) | |
tree | 3fbba16accfab96588175ea366d6833de9b75f6a /doc/general.texi | |
parent | c007c687c9af874d62221106bd98e44d1b8f1b29 (diff) | |
download | ffmpeg-6a36798f9bad3568ba212a30d5cd3295e71d57dc.tar.gz |
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/general.texi')
-rw-r--r-- | doc/general.texi | 10 |
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 |