projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6ad1c9c
)
include sys/select.h, fix freebsd 5.5 compilation
author
Baptiste Coudurier
<baptiste.coudurier@gmail.com>
Fri, 26 Sep 2008 02:13:38 +0000
(
02:13
+0000)
committer
Baptiste Coudurier
<baptiste.coudurier@gmail.com>
Fri, 26 Sep 2008 02:13:38 +0000
(
02:13
+0000)
Originally committed as revision 15421 to svn://svn.ffmpeg.org/ffmpeg/trunk
ffmpeg.c
patch
|
blob
|
history
diff --git
a/ffmpeg.c
b/ffmpeg.c
index d9027aeaffdab0289b207892c11a2e5e112f9f17..c7ea0f0746e6950dce8cff1d204161afb629c24a 100644
(file)
--- a/
ffmpeg.c
+++ b/
ffmpeg.c
@@
-48,6
+48,10
@@
#include <windows.h>
#endif
+#ifdef HAVE_SYS_SELECT_H
+#include <sys/select.h>
+#endif
+
#if defined(HAVE_TERMIOS_H)
#include <fcntl.h>
#include <sys/ioctl.h>