]> git.sesse.net Git - x264/blobdiff - common/threadpool.h
Support for native Windows threads
[x264] / common / threadpool.h
index 0cb197902a6ccfa38637ec868c8fdc42d9a6b471..fcebe5cc412ef6f55867fef685f2f17800302092 100644 (file)
@@ -28,7 +28,7 @@
 
 typedef struct x264_threadpool_t x264_threadpool_t;
 
-#if HAVE_PTHREAD
+#if HAVE_THREAD
 int   x264_threadpool_init( x264_threadpool_t **p_pool, int threads,
                             void (*init_func)(void *), void *init_arg );
 void  x264_threadpool_run( x264_threadpool_t *pool, void *(*func)(void *), void *arg );