summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libmpdemux/network.c1
-rw-r--r--libvo/vo_dfbmga.c2
-rw-r--r--libvo/vo_gif89a.c2
3 files changed, 0 insertions, 5 deletions
diff --git a/libmpdemux/network.c b/libmpdemux/network.c
index 162f2be651..c6f920d554 100644
--- a/libmpdemux/network.c
+++ b/libmpdemux/network.c
@@ -37,7 +37,6 @@
#include "version.h"
-extern int verbose;
extern int stream_cache_size;
extern int mp_input_check_interrupt(int time);
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;