mirror of
https://github.com/mpv-player/mpv
synced 2025-01-09 00:19:32 +00:00
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
This commit is contained in:
parent
6c3c1588f5
commit
8200a8d532
@ -35,6 +35,8 @@
|
||||
#include <winsock2.h>
|
||||
#endif
|
||||
|
||||
#include <libavutil/common.h>
|
||||
|
||||
#include "mp_msg.h"
|
||||
#include "osdep/shmem.h"
|
||||
#include "osdep/timer.h"
|
||||
|
Loading…
Reference in New Issue
Block a user