summaryrefslogtreecommitdiffstats
path: root/stream/stream_dvb.c
diff options
context:
space:
mode:
Diffstat (limited to 'stream/stream_dvb.c')
-rw-r--r--stream/stream_dvb.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/stream/stream_dvb.c b/stream/stream_dvb.c
index 7514e42fc0..c53753ad31 100644
--- a/stream/stream_dvb.c
+++ b/stream/stream_dvb.c
@@ -58,6 +58,10 @@
#include "dvbin.h"
#include "dvb_tune.h"
+#if !HAVE_GPL
+#error GPL only
+#endif
+
#define MAX_ADAPTERS 16
#define CHANNEL_LINE_LEN 256
#define min(a, b) ((a) <= (b) ? (a) : (b))