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/thread.h: Support OS/2 threads
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n2.5
Dave Yeo
Michael Niedermayer
11 years ago
parent
2db29482f1
commit
090a7801a8
1 changed files
with
3 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-1
libavutil/thread.h
+ 3
- 1
libavutil/thread.h
View File
@@ -24,10 +24,12 @@
#include "config.h"
#if HAVE_PTHREADS || HAVE_W32THREADS
#if HAVE_PTHREADS || HAVE_W32THREADS
|| HAVE_OS2THREADS
#if HAVE_PTHREADS
#include <pthread.h>
#elif HAVE_OS2THREADS
#include "compat/os2threads.h"
#else
#include <compat/w32pthreads.h>
#endif
Write
Preview
Loading…
Cancel
Save