summaryrefslogtreecommitdiffstats
path: root/video/filter/vf_pullup.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/filter/vf_pullup.c')
-rw-r--r--video/filter/vf_pullup.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/video/filter/vf_pullup.c b/video/filter/vf_pullup.c
index eee6f43d7f..83d5f177b3 100644
--- a/video/filter/vf_pullup.c
+++ b/video/filter/vf_pullup.c
@@ -26,6 +26,11 @@
#include "vf_lavfi.h"
+#include "config.h"
+#if !HAVE_GPL
+#error GPL only
+#endif
+
struct vf_priv_s {
struct pullup_context *ctx;
int init;