summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-11-01 17:46:45 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-11-01 17:46:45 +0000
commit39fe4d0cd39059a6b020bf82a055bf51bac3c58b (patch)
tree89ce3b5e666c35fee409f680e4365c024f12f4ad /libvo
parent94b6f5babac8c35c6ffcd238985980fc44aa3eeb (diff)
downloadmpv-39fe4d0cd39059a6b020bf82a055bf51bac3c58b.tar.bz2
mpv-39fe4d0cd39059a6b020bf82a055bf51bac3c58b.tar.xz
verbose can be negative
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8028 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r--libvo/vo_dga.c2
-rw-r--r--libvo/x11_common.c2
2 files changed, 0 insertions, 4 deletions
diff --git a/libvo/vo_dga.c b/libvo/vo_dga.c
index 75b4beb3b1..c48d5bd1f2 100644
--- a/libvo/vo_dga.c
+++ b/libvo/vo_dga.c
@@ -235,8 +235,6 @@ static XF86VidModeModeInfo **vo_dga_vidmodes=NULL;
#endif
-extern int verbose;
-
static int vo_dga_src_format;
static int vo_dga_width; // bytes per line in framebuffer
static int vo_dga_vp_width; // visible pixels per line in
diff --git a/libvo/x11_common.c b/libvo/x11_common.c
index 2e4f7c6300..ff697d0c7e 100644
--- a/libvo/x11_common.c
+++ b/libvo/x11_common.c
@@ -50,8 +50,6 @@
int ice_layer=12;
int stop_xscreensaver=0;
-extern int verbose;
-
static int dpms_disabled=0;
static int timeout_save=0;
static int xscreensaver_was_running=0;