avformat/async: Allow compilation with native threads.
This commit is contained in:
parent
ae58abeabb
commit
3b03bde46e
2 changed files with 2 additions and 2 deletions
|
@ -34,9 +34,9 @@
|
|||
#include "libavutil/fifo.h"
|
||||
#include "libavutil/log.h"
|
||||
#include "libavutil/opt.h"
|
||||
#include "libavutil/thread.h"
|
||||
#include "url.h"
|
||||
#include <stdint.h>
|
||||
#include <pthread.h>
|
||||
|
||||
#if HAVE_UNISTD_H
|
||||
#include <unistd.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue