Browse Source

thread: use "" instead of <> for including the w32pthreads wrapper

Found-by: Dave Yeo <dave.r.yeo@gmail.com>
tags/n2.6
Anton Khirnov 11 years ago
parent
commit
e10e6651b5
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavutil/thread.h

+ 1
- 1
libavutil/thread.h View File

@@ -29,7 +29,7 @@
#if HAVE_PTHREADS
#include <pthread.h>
#else
#include <compat/w32pthreads.h>
#include "compat/w32pthreads.h"
#endif

#define AVMutex pthread_mutex_t


Loading…
Cancel
Save