diff options
author | alex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-11-11 03:53:42 +0000 |
---|---|---|
committer | alex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-11-11 03:53:42 +0000 |
commit | 92af740b7286a6fb96c767aa9fb3cf06164b8b83 (patch) | |
tree | 90f9c3990f98be9da3375aa31b0f0720a2c9a80a /libmpdemux/tv.h | |
parent | ef74ccaad07e9fa2050e89f94bbbd637cf4f134e (diff) | |
download | mpv-92af740b7286a6fb96c767aa9fb3cf06164b8b83.tar.bz2 mpv-92af740b7286a6fb96c767aa9fb3cf06164b8b83.tar.xz |
cleaned up some warnings, and tv_param_on moved out from #ifdef USE_TV
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2820 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpdemux/tv.h')
-rw-r--r-- | libmpdemux/tv.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libmpdemux/tv.h b/libmpdemux/tv.h index 275f56804b..a7a7a67160 100644 --- a/libmpdemux/tv.h +++ b/libmpdemux/tv.h @@ -1,5 +1,7 @@ #include "config.h" +extern int tv_param_on; + #ifdef USE_TV #include "../libao2/afmt.h" #include "../libvo/img_format.h" @@ -9,7 +11,6 @@ extern unsigned long tv_param_freq; extern char *tv_param_channel; extern char *tv_param_norm; -extern int tv_param_on; extern char *tv_param_device; extern char *tv_param_driver; extern int tv_param_width; |