summaryrefslogtreecommitdiffstats
path: root/gui/mplayer/play.c
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-02-22 09:51:44 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-02-22 09:51:44 +0000
commit36a14ac50cfdfaba97e1a8f599816bf6a03da323 (patch)
tree866a73f418efa17be68bb02e0229eeb167b2f99c /gui/mplayer/play.c
parent22e310b9aef77477e022874beb388514911ead1e (diff)
downloadmpv-36a14ac50cfdfaba97e1a8f599816bf6a03da323.tar.bz2
mpv-36a14ac50cfdfaba97e1a8f599816bf6a03da323.tar.xz
Declare externally used variables from vd.c as extern in vd.h.
This saves declaring them as extern all over the place. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30695 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'gui/mplayer/play.c')
-rw-r--r--gui/mplayer/play.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/mplayer/play.c b/gui/mplayer/play.c
index b398f9f901..55fc98b931 100644
--- a/gui/mplayer/play.c
+++ b/gui/mplayer/play.c
@@ -26,6 +26,7 @@
#include "config.h"
#include "help_mp.h"
+#include "libmpcodecs/vd.h"
#include "libvo/x11_common.h"
#include "libvo/video_out.h"
#include "input/input.h"