summaryrefslogtreecommitdiff
path: root/src/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/config.h b/src/config.h
index 9ccab07..8765e2e 100644
--- a/src/config.h
+++ b/src/config.h
@@ -133,4 +133,10 @@
#define USE_MPLAYER_PANSCAN 0
+
+// If 1, the background logo will be animated
+#if QT_VERSION >= 0x040600
+/* #define LOGO_ANIMATION 1 */
+#endif
+
#endif