mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-11 09:59:50 +00:00
libavutil/threads.h: correct an include to be local
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
(cherry picked from commit 32eadfe453
)
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
89b52d25b4
commit
d48e0aed3c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user