os2threads: move from lavc to compat/

For useage in other places besides lavc. Needed after commit
90f9a5830b

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Dave Yeo
2013-05-27 23:22:10 -07:00
committed by Michael Niedermayer
parent 269fc8e049
commit e615a77799
7 changed files with 6 additions and 5 deletions

View File

@@ -34,6 +34,8 @@
#if HAVE_PTHREADS
#include <pthread.h>
#elif HAVE_OS2THREADS
#include "compat/os2threads.h"
#elif HAVE_W32THREADS
#include "compat/w32pthreads.h"
#endif