Commit e075cdce authored by diego's avatar diego

Remove redundant #ifdef HAVE_THREAD, the file is only compiled

if that condition holds anyway.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7029 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent ff16422e
...@@ -25,8 +25,6 @@ ...@@ -25,8 +25,6 @@
#include "avcodec.h" #include "avcodec.h"
#include "common.h" #include "common.h"
#ifdef HAVE_THREADS
#define INCL_DOS #define INCL_DOS
#define INCL_DOSERRORS #define INCL_DOSERRORS
#define INCL_DOSDEVIOCTL #define INCL_DOSDEVIOCTL
...@@ -147,4 +145,3 @@ fail: ...@@ -147,4 +145,3 @@ fail:
avcodec_thread_free(s); avcodec_thread_free(s);
return -1; return -1;
} }
#endif
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment