lavc: include os2threads.h in vp8.h if HAVE_OS2THREADS is enabled

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
KO Myung-Hun 2012-10-09 19:29:32 +09:00 committed by Michael Niedermayer
parent 8d2e0e2c70
commit 3a45688abc
1 changed files with 2 additions and 0 deletions

View File

@ -34,6 +34,8 @@
#include <pthread.h>
#elif HAVE_W32THREADS
#include "w32pthreads.h"
#elif HAVE_OS2THREADS
#include "os2threads.h"
#endif
#define VP8_MAX_QUANT 127