mirror of
https://github.com/librempeg/librempeg
synced 2024-11-23 11:39:47 +00:00
sndio_dec: add missing #include for av_gettime()
Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
parent
9f95e355be
commit
79b1835726
@ -25,6 +25,7 @@
|
||||
#include "libavformat/avformat.h"
|
||||
#include "libavformat/internal.h"
|
||||
#include "libavutil/opt.h"
|
||||
#include "libavutil/time.h"
|
||||
|
||||
#include "sndio_common.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user