diff options
Diffstat (limited to 'modules/pdp_o.c')
-rw-r--r-- | modules/pdp_o.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/pdp_o.c b/modules/pdp_o.c index 45b297b..18b173a 100644 --- a/modules/pdp_o.c +++ b/modules/pdp_o.c @@ -38,6 +38,10 @@ #define DEFAULT_FRAME_RATE 25 +#ifndef MSG_NOSIGNAL +# define MSG_NOSIGNAL SO_NOSIGPIPE +#endif + static char *pdp_o_version = "pdp_o: version 0.1, a video stream emitter, written by ydegoyon@free.fr"; typedef struct pdp_o_struct |