# HG changeset patch # User diego # Date 1276766544 0 # Node ID d66033e62bd8f291732a3f6d9a46cbe5c9557e96 # Parent f7b0ceac5aaeec1d168cc2b923440d77d2c00a9a Move vo_panscanrange extern declaration to aspect.h, where it belongs. diff -r f7b0ceac5aae -r d66033e62bd8 cfg-mplayer.h --- a/cfg-mplayer.h Thu Jun 17 09:19:05 2010 +0000 +++ b/cfg-mplayer.h Thu Jun 17 09:22:24 2010 +0000 @@ -32,7 +32,6 @@ #include "libvo/vo_zr.h" #include "mp_fifo.h" -extern float vo_panscanrange; /* only used at startup (setting these values from configfile) */ extern char *vo_geometry; extern int stop_xscreensaver; diff -r f7b0ceac5aae -r d66033e62bd8 libvo/aspect.h --- a/libvo/aspect.h Thu Jun 17 09:19:05 2010 +0000 +++ b/libvo/aspect.h Thu Jun 17 09:22:24 2010 +0000 @@ -26,6 +26,7 @@ extern float monitor_aspect; extern float force_monitor_aspect; extern float monitor_pixel_aspect; +extern float vo_panscanrange; void panscan_init(void);