You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
libavutil/threads.h: correct an include to be local
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
committed by
Michael Niedermayer
parent
090a7801a8
commit
32eadfe453
@@ -31,7 +31,7 @@
|
|||||||
#elif HAVE_OS2THREADS
|
#elif HAVE_OS2THREADS
|
||||||
#include "compat/os2threads.h"
|
#include "compat/os2threads.h"
|
||||||
#else
|
#else
|
||||||
#include <compat/w32pthreads.h>
|
#include "compat/w32pthreads.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define AVMutex pthread_mutex_t
|
#define AVMutex pthread_mutex_t
|
||||||
|
Reference in New Issue
Block a user