[FFmpeg-cvslog] rtspenc: include os_support.h for system without HAVE_POLL_H

Dave Yeo git
Sun Jan 30 04:15:55 CET 2011


ffmpeg | branch: master | Dave Yeo <daveryeo at telus.net> | Fri Jan 28 12:01:52 2011 -0800| [c053bba9e23cb98db34365962a562ccc72eeea60] | committer: Michael Niedermayer

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>
(cherry picked from commit a0788cc6273a7a33cc111f7248248c71fd009916)

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c053bba9e23cb98db34365962a562ccc72eeea60
---

 libavformat/rtspenc.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

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"




More information about the ffmpeg-cvslog mailing list