You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
349 B
13 lines
349 B
7 years ago
|
--- a/sys/dvb/gstdvbsrc.c 2016-12-16 21:52:42.691458624 +0100
|
||
|
+++ b/sys/dvb/gstdvbsrc.c 2016-12-16 21:54:05.192216253 +0100
|
||
|
@@ -306,7 +306,9 @@
|
||
7 years ago
|
{APSK_16, "16APSK", "16apsk"},
|
||
|
{APSK_32, "32APSK", "32apsk"},
|
||
|
{DQPSK, "DQPSK", "dqpsk"},
|
||
|
+#if HAVE_V5_MINOR(7)
|
||
|
{QAM_4_NR, "QAM 4 NR", "qam-4-nr"},
|
||
|
+#endif
|
||
|
{0, NULL, NULL},
|
||
|
};
|
||
|
|