You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
thread: use "" instead of <> for including the w32pthreads wrapper
Found-by: Dave Yeo <dave.r.yeo@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user