summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
Diffstat (limited to 'libvo')
-rw-r--r--libvo/vo_dfbmga.c2
-rw-r--r--libvo/vo_gif89a.c2
2 files changed, 0 insertions, 4 deletions
diff --git a/libvo/vo_dfbmga.c b/libvo/vo_dfbmga.c
index 9b0169f7ad..58718ef087 100644
--- a/libvo/vo_dfbmga.c
+++ b/libvo/vo_dfbmga.c
@@ -47,8 +47,6 @@ static vo_info_t info = {
LIBVO_EXTERN(dfbmga)
-extern int verbose;
-
/******************************
* directfb *
******************************/
diff --git a/libvo/vo_gif89a.c b/libvo/vo_gif89a.c
index 3155d5ee16..e9bb604b9d 100644
--- a/libvo/vo_gif89a.c
+++ b/libvo/vo_gif89a.c
@@ -70,8 +70,6 @@ static vo_info_t info = {
LIBVO_EXTERN(gif89a)
-extern int verbose;
-
// how many frames per second we are aiming for during output.
static float target_fps;