summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-07-15 03:00:58 +0200
committerwm4 <wm4@nowhere>2013-07-15 03:00:58 +0200
commitee013bd969bc6c49a34b4f5766630859eb382ca2 (patch)
tree13ea2dc2edd6440958389cfa4f1f8b9efb884fd8
parent978831c8e3221e96e8e0e045836c7aee97230a8d (diff)
downloadmpv-ee013bd969bc6c49a34b4f5766630859eb382ca2.tar.bz2
mpv-ee013bd969bc6c49a34b4f5766630859eb382ca2.tar.xz
Fix build on Libav (again)
.... This time actually tested with an actual Libav copy.
-rw-r--r--sub/sd_lavc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sub/sd_lavc.c b/sub/sd_lavc.c
index 696f323e60..51c1d062c5 100644
--- a/sub/sd_lavc.c
+++ b/sub/sd_lavc.c
@@ -19,6 +19,7 @@
#include <assert.h>
#include <libavcodec/avcodec.h>
+#include <libavutil/common.h>
#include "talloc.h"
#include "core/mp_msg.h"