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
lavc/w32pthreads: Fix make checkheaders.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n1.0
jamal
Michael Niedermayer
13 years ago
parent
e98330df90
commit
0f03563d7e
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
libavcodec/w32pthreads.h
+ 2
- 0
libavcodec/w32pthreads.h
View File
@@ -39,6 +39,8 @@
#include <windows.h>
#include <process.h>
#include "libavutil/common.h"
typedef struct {
void *handle;
void *(*func)(void* arg);
Write
Preview
Loading…
Cancel
Save