diff cfg-mplayer.h @ 31384:ec5f9f87e77b

Add #include for geometry.h instead of declaring vo_geometry variable extern.
author diego
date Thu, 17 Jun 2010 09:40:18 +0000
parents d66033e62bd8
children f2aebe1309b2
line wrap: on
line diff
--- a/cfg-mplayer.h	Thu Jun 17 09:22:24 2010 +0000
+++ b/cfg-mplayer.h	Thu Jun 17 09:40:18 2010 +0000
@@ -28,12 +28,11 @@
 #include "libmpcodecs/vd.h"
 #include "libmenu/menu.h"
 #include "libvo/aspect.h"
+#include "libvo/geometry.h"
 #include "libvo/vo_fbdev.h"
 #include "libvo/vo_zr.h"
 #include "mp_fifo.h"
 
-/* only used at startup (setting these values from configfile) */
-extern char *vo_geometry;
 extern int stop_xscreensaver;
 
 extern char *unrar_executable;