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

@@ -32,7 +32,7 @@
#elif HAVE_W32THREADS
#include "compat/w32pthreads.h"
#elif HAVE_OS2THREADS
#include "os2threads.h"
#include "compat/os2threads.h"
#endif
#define MAX_THREADS 64