summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-02-14 14:02:47 +0100
committerwm4 <wm4@nowhere>2013-02-14 19:52:18 +0100
commitaf6639500f317a56f49823437e7c632c0cdd5298 (patch)
tree7f11779b291e39bb25ce09f87bf2a1ba40d145ed
parentf9a259e5d5a3aa7eb34a7278e549636b5138655d (diff)
downloadmpv-af6639500f317a56f49823437e7c632c0cdd5298.tar.bz2
mpv-af6639500f317a56f49823437e7c632c0cdd5298.tar.xz
Fix compilation with Libav
-rw-r--r--core/av_common.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/av_common.c b/core/av_common.c
index d67852eb86..68ab461c10 100644
--- a/core/av_common.c
+++ b/core/av_common.c
@@ -17,6 +17,8 @@
#include <assert.h>
+#include <libavutil/common.h>
+
#include "config.h"
#include "core/mp_talloc.h"
#include "av_common.h"