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:59:04 +0200
commitefcdd889254fc98314dd48854d50e90aa21e53c0 (patch)
tree5dc7034c23a5a18ca31d90225137f5eeaec809c4 /noatun/library/effects.cpp
parent25709e498d5832125f5f584bd10e3c66d05ec5ee (diff)
downloadtdemultimedia-efcdd889254fc98314dd48854d50e90aa21e53c0.tar.gz
tdemultimedia-efcdd889254fc98314dd48854d50e90aa21e53c0.zip
Initial cmake conversion
Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 8b12682035e2ae92a29a9ce12abc5fbcf38b1192)
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>