diff --git a/libavcodec/os2thread.c b/libavcodec/os2thread.c index 21e867b25a..c52b7ae02e 100644 --- a/libavcodec/os2thread.c +++ b/libavcodec/os2thread.c @@ -25,8 +25,6 @@ #include "avcodec.h" #include "common.h" -#ifdef HAVE_THREADS - #define INCL_DOS #define INCL_DOSERRORS #define INCL_DOSDEVIOCTL @@ -147,4 +145,3 @@ fail: avcodec_thread_free(s); return -1; } -#endif