This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
w32thread: add missing #include thread.h
This should fix building with win32 threads. Signed-off-by: Mans Rullgard <mans@mansr.com>
tags/n0.8
Mans Rullgard
14 years ago
parent
4bc328a2bd
commit
aef669cdfd
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
libavcodec/w32thread.c
+ 1
- 0
libavcodec/w32thread.c
View File
@@ -20,6 +20,7 @@
//#define DEBUG
#include "avcodec.h"
#include "thread.h"
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
Write
Preview
Loading…
Cancel
Save