# HG changeset patch # User arpi # Date 1005486491 0 # Node ID 7746bf29000ae16f83b67e6b457902d2761035b9 # Parent 596a6ba3520f15dd2adaf59c1f571c06ec29ae57 tv.h has its own USE_TV check diff -r 596a6ba3520f -r 7746bf29000a cfg-common.h --- 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},