aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/os2thread.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/os2thread.c')
-rw-r--r--libavcodec/os2thread.c3
1 files changed, 0 insertions, 3 deletions
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