summaryrefslogtreecommitdiffstats
path: root/stream/frequencies.h
diff options
context:
space:
mode:
Diffstat (limited to 'stream/frequencies.h')
-rw-r--r--stream/frequencies.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/stream/frequencies.h b/stream/frequencies.h
index be4a33a519..e215d023b5 100644
--- a/stream/frequencies.h
+++ b/stream/frequencies.h
@@ -125,4 +125,9 @@ struct CHANLISTS {
extern const struct CHANLISTS chanlists[];
extern const int chancount;
+#include "config.h"
+#if !HAVE_GPL
+#error GPL only
+#endif
+
#endif /* MPLAYER_FREQUENCIES_H */