[FFmpeg-cvslog] w32thread: add missing #include thread.h

Mans Rullgard git
Fri Feb 11 03:52:12 CET 2011


ffmpeg | branch: master | Mans Rullgard <mans at mansr.com> | Wed Feb  9 20:12:57 2011 +0000| [74711b72cc43070e9e29106db03bc60ab132e4cf] | committer: Michael Niedermayer

w32thread: add missing #include thread.h

This should fix building with win32 threads.

Signed-off-by: Mans Rullgard <mans at mansr.com>
(cherry picked from commit aef669cdfd984a737ad876b33ee1b160f87f5f9a)

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

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

diff --git a/libavcodec/w32thread.c b/libavcodec/w32thread.c
index 1659fd3..f2b8f5b 100644
--- a/libavcodec/w32thread.c
+++ b/libavcodec/w32thread.c
@@ -20,6 +20,7 @@
 //#define DEBUG
 
 #include "avcodec.h"
+#include "thread.h"
 
 #define WIN32_LEAN_AND_MEAN
 #include <windows.h>




More information about the ffmpeg-cvslog mailing list