From 14541ae2583f2ce1c8b8ebc2dd6cc49235207fc6 Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 10 Oct 2017 15:51:16 +0200 Subject: Add checks for HAVE_GPL to various GPL-only source files This should actually cover all of them, if you take into account that some unchanged GPL source files include header files with such checks. Also this was done already for the libaf derived code. This is only for "safety" and to avoid misunderstandings. --- stream/dvbin.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'stream/dvbin.h') diff --git a/stream/dvbin.h b/stream/dvbin.h index 5329179b0f..284ccbd450 100644 --- a/stream/dvbin.h +++ b/stream/dvbin.h @@ -11,6 +11,10 @@ #include "config.h" #include "stream.h" +#if !HAVE_GPL +#error GPL only +#endif + #define SLOF (11700 * 1000UL) #define LOF1 (9750 * 1000UL) #define LOF2 (10600 * 1000UL) -- cgit v1.2.3