mirror of
https://github.com/mpv-player/mpv
synced 2025-01-30 19:52:14 +00:00
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
Block a user