Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMans Rullgard <mans@mansr.com>2011-02-09 23:12:57 +0300
committerMichael Niedermayer <michaelni@gmx.at>2011-02-11 04:54:08 +0300
commit74711b72cc43070e9e29106db03bc60ab132e4cf (patch)
tree57a81a972389c048106824f1b14f597f729f237b /libavcodec
parent83120e3bd71457bdbe02785ac0adc74d7c34b219 (diff)
w32thread: add missing #include thread.h
This should fix building with win32 threads. Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit aef669cdfd984a737ad876b33ee1b160f87f5f9a)
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/w32thread.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/w32thread.c b/libavcodec/w32thread.c
index 1659fd3031..f2b8f5b365 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>