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
libavutil/threads.h: correct an include to be local
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n2.5
Dave Yeo
Michael Niedermayer
11 years ago
parent
090a7801a8
commit
32eadfe453
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavutil/thread.h
+ 1
- 1
libavutil/thread.h
View File
@@ -31,7 +31,7 @@
#elif HAVE_OS2THREADS
#include "compat/os2threads.h"
#else
#include
<compat/w32pthreads.h>
#include
"compat/w32pthreads.h"
#endif
#define AVMutex pthread_mutex_t
Write
Preview
Loading…
Cancel
Save