Skip to content
Snippets Groups Projects
Commit 925c9f44 authored by Dave Yeo's avatar Dave Yeo Committed by Michael Niedermayer
Browse files

Fix OS/2 threading

parent 53228f47
Branches
Tags
No related merge requests found
...@@ -28,6 +28,8 @@ ...@@ -28,6 +28,8 @@
#if HAVE_THREADS #if HAVE_THREADS
#if HAVE_PTHREADS #if HAVE_PTHREADS
#include <pthread.h> #include <pthread.h>
#elif HAVE_OS2THREADS
#include "libavcodec/os2threads.h"
#else #else
#include "libavcodec/w32pthreads.h" #include "libavcodec/w32pthreads.h"
#endif #endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment