[FFmpeg-cvslog] r15421 - trunk/ffmpeg.c
bcoudurier
subversion
Fri Sep 26 04:13:38 CEST 2008
Author: bcoudurier
Date: Fri Sep 26 04:13:38 2008
New Revision: 15421
Log:
include sys/select.h, fix freebsd 5.5 compilation
Modified:
trunk/ffmpeg.c
Modified: trunk/ffmpeg.c
==============================================================================
--- trunk/ffmpeg.c (original)
+++ trunk/ffmpeg.c Fri Sep 26 04:13:38 2008
@@ -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>
More information about the ffmpeg-cvslog
mailing list