Commit 1a459c1c authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

DTV: add dvbt shortcut, for old-BDA module compatibility

parent 9ff6f3e7
......@@ -232,7 +232,8 @@ vlc_module_begin ()
add_shortcut ("dtv", "tv", "dvb", /* "radio", "dab",*/
"cable", "dvb-c", "cqam", "isdb-c",
"satellite", "dvb-s", "dvb-s2", "isdb-s",
"terrestrial", "dvb-t", "dvb-t2", "isdb-t", "atsc")
"terrestrial", "dvb-t", "dvb-t2", "isdb-t", "atsc",
"dvbt")
#ifdef __linux__
add_integer ("dvb-adapter", 0, ADAPTER_TEXT, ADAPTER_LONGTEXT, false)
......
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