mirror of https://git.ffmpeg.org/ffmpeg.git
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
This commit is contained in:
parent
c007c687c9
commit
6a36798f9b
|
@ -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…
Reference in New Issue