forked from FFmpeg/FFmpeg
sndio_dec: Add missing includes for av_gettime()
This is necessary after the old av_gettime in libavformat was dropped. Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
parent
285ff14413
commit
fdaacc5932
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue