summaryrefslogtreecommitdiffstats
path: root/noatun/library/effects.cpp
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2017-03-26 15:58:46 +0200
committerSlávek Banko <slavek.banko@axis.cz>2017-03-26 15:58:46 +0200
commit8b12682035e2ae92a29a9ce12abc5fbcf38b1192 (patch)
tree1cc5c3fe9ef3b23557fc4e9e507fd0d23d007160 /noatun/library/effects.cpp
parent250d713ff809fa943f614459009d1160e269dcef (diff)
downloadtdemultimedia-8b12682035e2ae92a29a9ce12abc5fbcf38b1192.tar.gz
tdemultimedia-8b12682035e2ae92a29a9ce12abc5fbcf38b1192.zip
Initial cmake conversion
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'noatun/library/effects.cpp')
-rw-r--r--noatun/library/effects.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/noatun/library/effects.cpp b/noatun/library/effects.cpp
index 6815a90a..2e4d6038 100644
--- a/noatun/library/effects.cpp
+++ b/noatun/library/effects.cpp
@@ -11,7 +11,9 @@
#include <config.h>
-#define HAS_ARTSVERSION_H
+#if !defined(NOATUN_WITHOUT_ARTS_EFFECTS)
+# define HAS_ARTSVERSION_H
+#endif
#ifdef HAS_ARTSVERSION_H
#include <artsgui.h>