Commit ebda722a authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

DTV: --dvb-tone is Linux-specific

parent 5d09460c
......@@ -289,9 +289,9 @@ vlc_module_begin ()
#ifdef __linux
add_integer ("dvb-satno", 0, SATNO_TEXT, SATNO_LONGTEXT, true)
change_integer_list (satno_vlc, satno_user)
#endif
add_integer ("dvb-tone", -1, TONE_TEXT, TONE_LONGTEXT, true)
change_integer_list (auto_off_on_vlc, auto_off_on_user)
#endif
vlc_module_end ()
struct access_sys_t
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment