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
w32pthreads: Add missing #includes to make header compile standalone
tags/n1.0
Diego Biurrun
13 years ago
parent
fb7e78089b
commit
11928d24fe
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
libavcodec/w32pthreads.h
+ 3
- 0
libavcodec/w32pthreads.h
View File
@@ -39,6 +39,9 @@
#include <windows.h>
#include <process.h>
#include "libavutil/internal.h"
#include "libavutil/mem.h"
typedef struct {
void *handle;
void *(*func)(void* arg);
Write
Preview
Loading…
Cancel
Save