diff libmpdemux/tv.c @ 2819:2e58962dc9fe

cleaned up some warnings, and tv_param_on moved out from #ifdef USE_TV
author alex
date Sun, 11 Nov 2001 03:53:42 +0000
parents 9f68d309f8cb
children 596a6ba3520f
line wrap: on
line diff
--- a/libmpdemux/tv.c	Sun Nov 11 03:40:16 2001 +0000
+++ b/libmpdemux/tv.c	Sun Nov 11 03:53:42 2001 +0000
@@ -12,6 +12,8 @@
 
 #include "config.h"
 
+int tv_param_on = 0;
+
 #ifdef USE_TV
 #include "mp_msg.h"
 #include "help_mp.h"
@@ -25,7 +27,6 @@
 unsigned long tv_param_freq = 0;
 char *tv_param_channel = "0";
 char *tv_param_norm = "pal";
-int tv_param_on = 0;
 char *tv_param_device = NULL;
 char *tv_param_driver = "dummy";
 int tv_param_width = -1;