mirror of https://github.com/mpv-player/mpv
Include mpcommon.h in mpcommon.c, ensures that the declarations in the header
match those in the file. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29708 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
8dad891bf9
commit
f9c8809a39
|
@ -14,6 +14,7 @@
|
|||
#include "stream/tv.h"
|
||||
#include "libavutil/intreadwrite.h"
|
||||
#include "m_option.h"
|
||||
#include "mpcommon.h"
|
||||
|
||||
double sub_last_pts = -303;
|
||||
|
||||
|
|
Loading…
Reference in New Issue