Browse Source

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
tags/v0.6
Michael Kostylev Diego Biurrun 16 years ago
parent
commit
6a36798f9b
1 changed files with 10 additions and 0 deletions
  1. +10
    -0
      doc/general.texi

+ 10
- 0
doc/general.texi 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


Loading…
Cancel
Save