mirror of https://github.com/mpv-player/mpv
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:
parent
4000629e2d
commit
cac469b9b0
|
@ -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},
|
||||
|
|
Loading…
Reference in New Issue