summaryrefslogtreecommitdiffstats
path: root/video
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-06-15 19:23:53 +0200
committerwm4 <wm4@nowhere>2013-06-15 19:23:53 +0200
commita07b99540c7b19b271d60c00f435895e01b2de17 (patch)
tree09437dc59637ca3a77180e1942ada16db8a121cd /video
parent168a595bfeb97be89da314dcc652b7c4782e43e5 (diff)
downloadmpv-a07b99540c7b19b271d60c00f435895e01b2de17.tar.bz2
mpv-a07b99540c7b19b271d60c00f435895e01b2de17.tar.xz
vo: fix build on Libav
Diffstat (limited to 'video')
-rw-r--r--video/out/vo.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/video/out/vo.c b/video/out/vo.c
index 7b722f354e..c621f37472 100644
--- a/video/out/vo.c
+++ b/video/out/vo.c
@@ -26,6 +26,8 @@
#include <unistd.h>
+#include <libavutil/common.h>
+
#include "talloc.h"
#include "config.h"