[Ffmpeg-cvslog] r8067 - trunk/libavformat/rtsp.c
diego
subversion
Thu Feb 22 09:40:34 CET 2007
Author: diego
Date: Thu Feb 22 09:40:33 2007
New Revision: 8067
Modified:
trunk/libavformat/rtsp.c
Log:
Fix compilation on Mac OS X, patch by Marc Hoffman, mmh pleasantst com.
Modified: trunk/libavformat/rtsp.c
==============================================================================
--- trunk/libavformat/rtsp.c (original)
+++ trunk/libavformat/rtsp.c Thu Feb 22 09:40:33 2007
@@ -20,6 +20,7 @@
*/
#include "avformat.h"
+#include <sys/time.h>
#include <unistd.h> /* for select() prototype */
#include "network.h"
More information about the ffmpeg-cvslog
mailing list