mirror of https://github.com/mpv-player/mpv
dec_audio: add missing include
Was masked by FFmpeg's terrible headers, but failed with Libav.
This commit is contained in:
parent
16cd20c46f
commit
ac64ce71d6
|
@ -18,6 +18,7 @@
|
|||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
#include <math.h>
|
||||
#include <assert.h>
|
||||
|
||||
#include <libavutil/mem.h>
|
||||
|
|
Loading…
Reference in New Issue