From cac469b9b0ac86db6004e8523bca7f877bdfed9e Mon Sep 17 00:00:00 2001 From: arpi Date: Sun, 11 Nov 2001 13:48:11 +0000 Subject: [PATCH] tv.h has its own USE_TV check git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2832 b3059339-0415-0410-9bf9-f77b7e298cf2 --- cfg-common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cfg-common.h b/cfg-common.h index 08567933d1..6e126f775b 100644 --- a/cfg-common.h +++ b/cfg-common.h @@ -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},