aboutsummaryrefslogtreecommitdiffhomepage
path: root/audio
diff options
context:
space:
mode:
authorGravatar wm4 <wm4@nowhere>2017-09-21 13:50:18 +0200
committerGravatar wm4 <wm4@nowhere>2017-09-21 13:56:27 +0200
commitbfa9b628589068acdbb04d97f86051063e82fd94 (patch)
tree03e9ffbf6a245d8a3f85b37ef80d74ad0df254ff /audio
parentfdb300b983744c522f335ccf64e9788b78f86701 (diff)
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.
Diffstat (limited to 'audio')
-rw-r--r--audio/filter/af.h4
1 files changed, 2 insertions, 2 deletions
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 <sys/types.h>
#include "config.h"
-#if !HAVE_LIBAF
-#error "libaf disabled"
+#if !(HAVE_LIBAF && HAVE_GPL)
+#error "libaf/GPL disabled"
#endif
#include "options/options.h"