[Ffmpeg-cvslog] r7029 - trunk/libavcodec/os2thread.c

diego subversion
Tue Nov 14 01:56:56 CET 2006


Author: diego
Date: Tue Nov 14 01:56:56 2006
New Revision: 7029

Modified:
   trunk/libavcodec/os2thread.c

Log:
Remove redundant #ifdef HAVE_THREAD, the file is only compiled
if that condition holds anyway.


Modified: trunk/libavcodec/os2thread.c
==============================================================================
--- trunk/libavcodec/os2thread.c	(original)
+++ trunk/libavcodec/os2thread.c	Tue Nov 14 01:56:56 2006
@@ -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




More information about the ffmpeg-cvslog mailing list