Commit 3a45688a authored by KO Myung-Hun's avatar KO Myung-Hun Committed by Michael Niedermayer

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

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 8d2e0e2c
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment