Commit 31d875e0 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

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

(cherry picked from commit 1a459c1c)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 6fc271e1
......@@ -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