Mercurial > mplayer.hg
changeset 2831:7746bf29000a
tv.h has its own USE_TV check
author | arpi |
---|---|
date | Sun, 11 Nov 2001 13:48:11 +0000 |
parents | 596a6ba3520f |
children | 99d169b25fbf |
files | cfg-common.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/cfg-common.h Sun Nov 11 13:47:42 2001 +0000 +++ b/cfg-common.h Sun Nov 11 13:48:11 2001 +0000 @@ -89,9 +89,9 @@ #include "config.h" -#ifdef USE_TV #include "libmpdemux/tv.h" +#ifdef USE_TV struct config tvopts_conf[]={ {"on", &tv_param_on, CONF_TYPE_FLAG, 0, 0, 1}, {"driver", &tv_param_driver, CONF_TYPE_STRING, 0, 0, 0},