1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-09 00:19:32 +00:00

Fix build on Libav (again)

....

This time actually tested with an actual Libav copy.
This commit is contained in:
wm4 2013-07-15 03:00:58 +02:00
parent 978831c8e3
commit ee013bd969

View File

@ -19,6 +19,7 @@
#include <assert.h>
#include <libavcodec/avcodec.h>
#include <libavutil/common.h>
#include "talloc.h"
#include "core/mp_msg.h"