Remove redundant #ifdef HAVE_THREAD, the file is only compiled
authorDiego Biurrun <diego@biurrun.de>
Tue, 14 Nov 2006 00:56:56 +0000 (00:56 +0000)
committerDiego Biurrun <diego@biurrun.de>
Tue, 14 Nov 2006 00:56:56 +0000 (00:56 +0000)
if that condition holds anyway.

Originally committed as revision 7029 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/os2thread.c

index 21e867b..c52b7ae 100644 (file)
@@ -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