[MPlayer-cvslog] r30707 - trunk/mplayer.c

diego subversion at mplayerhq.hu
Mon Feb 22 15:11:33 CET 2010


Author: diego
Date: Mon Feb 22 15:11:33 2010
New Revision: 30707

Log:
Add required mplayer.h and access_mpcontext.h #includes.

Modified:
   trunk/mplayer.c

Modified: trunk/mplayer.c
==============================================================================
--- trunk/mplayer.c	Mon Feb 22 15:05:30 2010	(r30706)
+++ trunk/mplayer.c	Mon Feb 22 15:11:33 2010	(r30707)
@@ -83,9 +83,10 @@
 #include "codec-cfg.h"
 
 #include "edl.h"
-
+#include "mplayer.h"
 #include "spudec.h"
 #include "vobsub.h"
+#include "access_mpcontext.h"
 
 #include "osdep/getch2.h"
 #include "osdep/timer.h"


More information about the MPlayer-cvslog mailing list