diff utils.c @ 2362:7a6ff8cc7c95 libavcodec

BeOS threading support. changed some "if FOO_THREAD||BAR_THREAD" to a more generic "if HAVE_THREADS"
author mmu_man
date Sun, 21 Nov 2004 18:04:56 +0000
parents ba91c976c7aa
children 26560d4fdb1f
line wrap: on
line diff
--- a/utils.c	Sun Nov 21 01:47:36 2004 +0000
+++ b/utils.c	Sun Nov 21 18:04:56 2004 +0000
@@ -912,7 +912,7 @@
     av_log_callback = callback;
 }
 
-#if !defined(HAVE_PTHREADS) && !defined(HAVE_W32THREADS)
+#if !defined(HAVE_THREADS)
 int avcodec_thread_init(AVCodecContext *s, int thread_count){
     return -1;
 }