summaryrefslogtreecommitdiffstats
path: root/mplayer.c
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-02-22 14:11:33 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-02-22 14:11:33 +0000
commit2b85db87ab8656ad9d147522c1f9b12bf4bb37c0 (patch)
treed8795b0605619d0e39560033129b103e9167a3ea /mplayer.c
parent6ad59a1eaef3822cad4de3539ee734639fd517ea (diff)
downloadmpv-2b85db87ab8656ad9d147522c1f9b12bf4bb37c0.tar.bz2
mpv-2b85db87ab8656ad9d147522c1f9b12bf4bb37c0.tar.xz
Add required mplayer.h and access_mpcontext.h #includes.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30707 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'mplayer.c')
-rw-r--r--mplayer.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/mplayer.c b/mplayer.c
index ca51a1a3c6..bde9145c94 100644
--- a/mplayer.c
+++ b/mplayer.c
@@ -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"