From bfa9b628589068acdbb04d97f86051063e82fd94 Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 21 Sep 2017 13:50:18 +0200 Subject: build: add preliminary LGPL mode See "Copyright" file for caveats. This changes the remaining "almost LGPL" files to LGPL, because we think that the conditions the author set for these was finally fulfilled. --- audio/filter/af.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'audio') diff --git a/audio/filter/af.h b/audio/filter/af.h index 4bd8f55b96..f66b189f14 100644 --- a/audio/filter/af.h +++ b/audio/filter/af.h @@ -23,8 +23,8 @@ #include #include "config.h" -#if !HAVE_LIBAF -#error "libaf disabled" +#if !(HAVE_LIBAF && HAVE_GPL) +#error "libaf/GPL disabled" #endif #include "options/options.h" -- cgit v1.2.3