diff options
Diffstat (limited to 'modules/pdp_icedthe~.c')
-rw-r--r-- | modules/pdp_icedthe~.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/pdp_icedthe~.c b/modules/pdp_icedthe~.c index 8d368aa..bd4970d 100644 --- a/modules/pdp_icedthe~.c +++ b/modules/pdp_icedthe~.c @@ -63,6 +63,10 @@ #define THEORA_NUM_HEADER_PACKETS 3 #define MAX_WRONG_PACKETS 10 +#ifndef MSG_NOSIGNAL +# define MSG_NOSIGNAL SO_NOSIGPIPE +#endif + static char *pdp_icedthe_version = "pdp_icedthe~: version 0.1, a theora stream reader ( ydegoyon@free.fr)."; typedef struct pdp_icedthe_struct |