Mercurial > libavformat.hg
changeset 6118:6780dc315f36 libavformat
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
author | diego |
---|---|
date | Thu, 10 Jun 2010 16:51:14 +0000 |
parents | f221641c262a |
children | 16ca32d9c5f0 |
files | os_support.h |
diffstat | 1 files changed, 0 insertions(+), 17 deletions(-) [+] |
line wrap: on
line diff
--- a/os_support.h Wed Jun 09 09:19:36 2010 +0000 +++ b/os_support.h Thu Jun 10 16:51:14 2010 +0000 @@ -45,23 +45,6 @@ return 0; } -#ifdef __BEOS__ -# include <sys/socket.h> -# include <netinet/in.h> - /* not net_server ? */ -# include <BeBuild.h> - /* R5 didn't have usleep, fake it. Haiku and Zeta has it now. */ -# if B_BEOS_VERSION <= B_BEOS_VERSION_5 -# include <OS.h> - /* doesn't set errno but that's enough */ -# define usleep(t) snooze((bigtime_t)(t)) -# endif -# ifndef SA_RESTART -# warning SA_RESTART not implemented; ffserver might misbehave. -# define SA_RESTART 0 -# endif -#endif - #if CONFIG_NETWORK #if !HAVE_SOCKLEN_T typedef int socklen_t;