From a794600c00c795b283e7864a2f55c2a3748d3560 Mon Sep 17 00:00:00 2001 From: Martin Storsjö Date: Sun, 15 Jul 2012 00:19:44 +0300 Subject: vp8: Include the thread headers before using the pthread types This was unnoticed on linux, since stdlib.h apparently includes files declaring the pthread_mutex_t and pthread_cond_t types. Signed-off-by: Ronald S. Bultje --- libavcodec/vp8.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'libavcodec/vp8.c') diff --git a/libavcodec/vp8.c b/libavcodec/vp8.c index ee954fc16a..e39fc0bf93 100644 --- a/libavcodec/vp8.c +++ b/libavcodec/vp8.c @@ -31,12 +31,6 @@ #include "rectangle.h" #include "thread.h" -#if HAVE_PTHREADS -#include -#elif HAVE_W32THREADS -#include "w32pthreads.h" -#endif - #if ARCH_ARM # include "arm/vp8.h" #endif -- cgit v1.2.3