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:
reimar 2009-09-23 19:04:24 +00:00
parent 8dad891bf9
commit f9c8809a39
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@
#include "stream/tv.h" #include "stream/tv.h"
#include "libavutil/intreadwrite.h" #include "libavutil/intreadwrite.h"
#include "m_option.h" #include "m_option.h"
#include "mpcommon.h"
double sub_last_pts = -303; double sub_last_pts = -303;