[FFmpeg-cvslog] r13116 - trunk/ffmpeg.c

diego subversion
Sun May 11 13:17:23 CEST 2008


Author: diego
Date: Sun May 11 13:17:23 2008
New Revision: 13116

Log:
sys/resource.h needs sys/types.h on OS/2, patch by Dave Yeo, daveryeo telus net


Modified:
   trunk/ffmpeg.c

Modified: trunk/ffmpeg.c
==============================================================================
--- trunk/ffmpeg.c	(original)
+++ trunk/ffmpeg.c	Sun May 11 13:17:23 2008
@@ -37,6 +37,7 @@
 #include "libavformat/os_support.h"
 
 #ifdef HAVE_SYS_RESOURCE_H
+#include <sys/types.h>
 #include <sys/resource.h>
 #elif defined(HAVE_GETPROCESSTIMES)
 #include <windows.h>




More information about the ffmpeg-cvslog mailing list