tv.h has its own USE_TV check

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2832 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi 2001-11-11 13:48:11 +00:00
parent 4000629e2d
commit cac469b9b0
1 changed files with 1 additions and 1 deletions

View File

@ -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},