summaryrefslogtreecommitdiffstats
path: root/stream
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-07-10 08:07:27 +0000
committerUoti Urpala <uau@glyph.nonexistent.invalid>2010-11-02 04:14:35 +0200
commit8200a8d5325412e526a7e85b1fa79056a0be4d35 (patch)
treec9feef44d714b3e4713e7cf157ec27df725045ec /stream
parent6c3c1588f533d10616a41dc3af4fbdb678b49e7f (diff)
downloadmpv-8200a8d5325412e526a7e85b1fa79056a0be4d35.tar.bz2
mpv-8200a8d5325412e526a7e85b1fa79056a0be4d35.tar.xz
stream.c: add <libavutil/common.h> include needed for GET_UTF16
Patch by Erik Auerswald {auerswal unix-ag.uni-kl.de} git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31658 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'stream')
-rw-r--r--stream/stream.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/stream/stream.c b/stream/stream.c
index 919b4ee383..d520760867 100644
--- a/stream/stream.c
+++ b/stream/stream.c
@@ -35,6 +35,8 @@
#include <winsock2.h>
#endif
+#include <libavutil/common.h>
+
#include "mp_msg.h"
#include "osdep/shmem.h"
#include "osdep/timer.h"