---
 libavcodec/thread.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/libavcodec/thread.h b/libavcodec/thread.h
index dcced83..eefce2a 100644
--- a/libavcodec/thread.h
+++ b/libavcodec/thread.h
@@ -23,7 +23,7 @@
 #include "config.h"
 #include "avcodec.h"
 
-#ifdef ENABLE_PTHREADS
+#if ENABLE_PTHREADS
 int ff_thread_init(AVCodecContext *avctx, int thread_count);
 void ff_thread_free(AVCodecContext *avctx);
 
_______________________________________________
FFmpeg-soc mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc

Reply via email to