1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-23 23:32:26 +00:00

audio: fix build on Libav

Sigh...
This commit is contained in:
wm4 2017-08-16 21:26:16 +02:00
parent 1f593beeb4
commit 158768513c

View File

@ -16,6 +16,7 @@
*/
#include <libavutil/frame.h>
#include <libavutil/mem.h>
#include "common/common.h"