diff options
author | Diego Biurrun <diego@biurrun.de> | 2011-05-26 14:39:37 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2011-05-27 21:21:14 +0200 |
commit | 7eae0110022063d0b3eb423c46dea5eff5268797 (patch) | |
tree | 50d2d0d5fe097a0dd97f805eb9e079e455389152 /doc | |
parent | 5e528cffcf3d2cb1665075649601f4e62c8764e1 (diff) | |
download | ffmpeg-7eae0110022063d0b3eb423c46dea5eff5268797.tar.gz |
doc: Drop DJGPP section, Libav now compiles out-of-the-box on FreeDOS.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/general.texi | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/doc/general.texi b/doc/general.texi index 94fdb1dec4..23a789572d 100644 --- a/doc/general.texi +++ b/doc/general.texi @@ -754,12 +754,6 @@ performance on systems without hardware floating point support). Using a cross-compiler is preferred for various reasons. -@subsection DJGPP - -Libav 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 Libav on OS/2 see |