diff options
author | Diego Biurrun <diego@biurrun.de> | 2010-06-10 16:51:14 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2010-06-10 16:51:14 +0000 |
commit | a1629e2848a6e2505788998a1aa7248b62c0be9e (patch) | |
tree | 826721080cd0fd4bf8668ff30287604ad7c5ea55 /doc | |
parent | c1bdc9300b3c0b05d49a8a0e34a5249dfe1544f3 (diff) | |
download | ffmpeg-a1629e2848a6e2505788998a1aa7248b62c0be9e.tar.gz |
Remove support for pre-Haiku, non-POSIX, non-C99 BeOS variants.
BeOS support has been broken for many years and the "maintainer" of the port
has not reacted to countless requests to get the port fixed.
approved by Mans
Originally committed as revision 23562 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc')
-rw-r--r-- | doc/TODO | 8 | ||||
-rw-r--r-- | doc/general.texi | 4 |
2 files changed, 0 insertions, 12 deletions
@@ -29,14 +29,6 @@ Michael's TODO list: (unordered) (if anyone wanna help with sth, just ask) - more optimizations - simper rate control -Francois' TODO list: (unordered, without any timeframe) -------------------- -- test MACE decoder against the openquicktime one as suggested by A'rpi -- BeOS audio input grabbing backend -- BeOS video input grabbing backend -- publish my BeOS libposix on BeBits so I can officially support ffserver :) -- check the whole code for thread-safety (global and init stuff) - Philip'a TODO list: (alphabetically ordered) (please help) ------------------ - Add a multi-ffm filetype so that feeds can be recorded into multiple files rather diff --git a/doc/general.texi b/doc/general.texi index dfd6384c32..296f592470 100644 --- a/doc/general.texi +++ b/doc/general.texi @@ -725,10 +725,6 @@ performance on systems without hardware floating point support). @chapter Platform Specific information -@section BeOS - -BeOS support is broken in mysterious ways. - @section DOS Using a cross-compiler is preferred for various reasons. |