Fix typo - ENABLE_ defines need to be tested with #if. Thanks to Glandos for spotting.
This commit is contained in:
parent
14fb1f9e1d
commit
ad2a737a11
1 changed files with 1 additions and 1 deletions
|
@ -387,7 +387,7 @@ main(int argc, char **argv)
|
|||
"to your Tvheadend installation until you edit\n"
|
||||
"the access-control from within the Tvheadend UI",
|
||||
OPT_BOOL, &opt_firstrun },
|
||||
#ifdef ENABLE_LINUXDVB
|
||||
#if ENABLE_LINUXDVB
|
||||
{ 'a', "adapters", "Use only specified DVB adapters",
|
||||
OPT_STR, &opt_dvb_adapters },
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue