changeset 4195:6b784f65ce16 libavcodec

Remove redundant #ifdef HAVE_THREAD, the file is only compiled if that condition holds anyway.
author diego
date Tue, 14 Nov 2006 00:56:56 +0000
parents 6a1e9e3a7303
children fbac0859753d
files os2thread.c
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/os2thread.c	Mon Nov 13 22:09:31 2006 +0000
+++ b/os2thread.c	Tue Nov 14 00:56:56 2006 +0000
@@ -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 @@
     avcodec_thread_free(s);
     return -1;
 }
-#endif