diff options
author | Dave Yeo <dave.r.yeo@gmail.com> | 2014-11-28 23:36:06 -0800 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-11-29 12:07:17 +0100 |
commit | d48e0aed3c17284f4db71f644bcb5a5646c1cbe8 (patch) | |
tree | 56e824f964e8f2d13fc3e2877ab7a679283fb15f /libavutil | |
parent | 89b52d25b4b847f58bab32901064803f79ac68df (diff) | |
download | ffmpeg-d48e0aed3c17284f4db71f644bcb5a5646c1cbe8.tar.gz |
libavutil/threads.h: correct an include to be local
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
(cherry picked from commit 32eadfe453c32788ea57968e6e80f673f434739d)
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavutil')
-rw-r--r-- | libavutil/thread.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/thread.h b/libavutil/thread.h index a004fba3c8..973366182e 100644 --- a/libavutil/thread.h +++ b/libavutil/thread.h @@ -31,7 +31,7 @@ #elif HAVE_OS2THREADS #include "compat/os2threads.h" #else -#include <compat/w32pthreads.h> +#include "compat/w32pthreads.h" #endif #define AVMutex pthread_mutex_t |