mirror of
https://github.com/librempeg/librempeg
synced 2024-11-22 00:51:37 +00:00
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
@ -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