diff options
author | Diego Biurrun <diego@biurrun.de> | 2007-09-05 12:24:39 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-09-05 12:24:39 +0000 |
commit | 5f757b856ded4ced127a6fcdd619944475f9da02 (patch) | |
tree | 24eab095eca50356e8abac49c2bd29ab6eba8fc5 | |
parent | 944fb3711aaada1a12efe80ad9f30d011a7800ad (diff) | |
download | ffmpeg-5f757b856ded4ced127a6fcdd619944475f9da02.tar.gz |
Replace outdated BeOS section with a note that says that it is broken.
Originally committed as revision 10404 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | doc/general.texi | 18 |
1 files changed, 1 insertions, 17 deletions
diff --git a/doc/general.texi b/doc/general.texi index 3160a4d7d7..13c67a5462 100644 --- a/doc/general.texi +++ b/doc/general.texi @@ -576,23 +576,7 @@ and for a build with shared libraries @section BeOS -The configure script should guess the configuration itself. -Networking support is currently not finished. -errno issues fixed by Andrew Bachmann. - -Old stuff: - -François Revol - revol at free dot fr - April 2002 - -The configure script should guess the configuration itself, -however I still did not test building on the net_server version of BeOS. - -FFserver is broken (needs poll() implementation). - -There are still issues with errno codes, which are negative in BeOS, and -that FFmpeg negates when returning. This ends up turning errors into -valid results, then crashes. -(To be fixed) +BeOS support is broken in mysterious ways. @chapter Developers Guide |