Commit f9c6044a authored by Dave Yeo's avatar Dave Yeo Committed by Michael Niedermayer

Fix compilation with os2threads

Signed-off-by: 's avatarDave Yeo <daveryeo@telus.net>
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 3836af47
......@@ -32,6 +32,8 @@
#undef __STRICT_ANSI__ /* for _beginthread() */
#include <stdlib.h>
#include "libavutil/mem.h"
typedef TID pthread_t;
typedef void pthread_attr_t;
......
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