[MPlayer-cvslog] r29708 - trunk/mpcommon.c

reimar subversion at mplayerhq.hu
Wed Sep 23 21:04:24 CEST 2009


Author: reimar
Date: Wed Sep 23 21:04:24 2009
New Revision: 29708

Log:
Include mpcommon.h in mpcommon.c, ensures that the declarations in the header
match those in the file.

Modified:
   trunk/mpcommon.c

Modified: trunk/mpcommon.c
==============================================================================
--- trunk/mpcommon.c	Wed Sep 23 21:01:33 2009	(r29707)
+++ trunk/mpcommon.c	Wed Sep 23 21:04:24 2009	(r29708)
@@ -14,6 +14,7 @@
 #include "stream/tv.h"
 #include "libavutil/intreadwrite.h"
 #include "m_option.h"
+#include "mpcommon.h"
 
 double sub_last_pts = -303;
 


More information about the MPlayer-cvslog mailing list