[SCM] libav/experimental: rtspenc: include os_support.h for system without HAVE_POLL_H

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 17:22:55 UTC 2013


The following commit has been merged in the experimental branch:
commit a0788cc6273a7a33cc111f7248248c71fd009916
Author: Dave Yeo <daveryeo at telus.net>
Date:   Fri Jan 28 12:01:52 2011 -0800

    rtspenc: include os_support.h for system without HAVE_POLL_H
    
    fix compile on OS/2
    
    Signed-off-by: Janne Grunau <janne-ffmpeg at jannau.net>

diff --git a/libavformat/rtspenc.c b/libavformat/rtspenc.c
index 88f093f..d54be1a 100644
--- a/libavformat/rtspenc.c
+++ b/libavformat/rtspenc.c
@@ -26,6 +26,7 @@
 #include <poll.h>
 #endif
 #include "network.h"
+#include "os_support.h"
 #include "rtsp.h"
 #include "internal.h"
 #include "libavutil/intreadwrite.h"

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list