[FFmpeg-cvslog] pthread: sysctl.h needs param.h on openbsd

Michael Niedermayer git at videolan.org
Fri Dec 23 16:37:05 CET 2011


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Fri Dec 23 16:34:46 2011 +0100| [7de733b7521a92038fbb2372865693c623db94c1] | committer: Michael Niedermayer

pthread: sysctl.h needs param.h on openbsd

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

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

 libavcodec/pthread.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/libavcodec/pthread.c b/libavcodec/pthread.c
index 653fb0f..5957804 100644
--- a/libavcodec/pthread.c
+++ b/libavcodec/pthread.c
@@ -38,6 +38,7 @@
 #include <windows.h>
 #elif HAVE_SYSCTL
 #include <sys/types.h>
+#include <sys/param.h>
 #include <sys/sysctl.h>
 #endif
 



More information about the ffmpeg-cvslog mailing list