avserver: remove daemon mode

This code spews a multitude of warnings with glibc (unchecked
return values), some of them possibly warranted.  Furthermore,
the deamonisation is not suitable for use with typical startup
scripts as it does not provide the PID of the daemon in any way.
Users wishing to run avserver as a daemon can still do so using
start-stop-daemon or equivalent tools.

Signed-off-by: Mans Rullgard <mans@mansr.com>
Signed-off-by: Janne Grunau <janne-libav@jannau.net>
This commit is contained in:
Mans Rullgard
2012-04-25 12:08:54 +00:00
committed by Janne Grunau
parent 9eded0fe41
commit ada51a334a
4 changed files with 2 additions and 48 deletions

View File

@@ -9,6 +9,7 @@ version <next>:
version 9_beta2:
- metadata (INFO tag) support in WAV muxer
- support for building DLLs using MSVC
- remove avserver daemon mode
version 9_beta1: