summaryrefslogtreecommitdiff
path: root/src/blitter/32bpp_ssse3.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/blitter/32bpp_ssse3.hpp')
-rw-r--r--src/blitter/32bpp_ssse3.hpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/blitter/32bpp_ssse3.hpp b/src/blitter/32bpp_ssse3.hpp
index 090dd5c42..c666408e7 100644
--- a/src/blitter/32bpp_ssse3.hpp
+++ b/src/blitter/32bpp_ssse3.hpp
@@ -17,6 +17,11 @@
#ifndef SSE_VERSION
#define SSE_VERSION 3
#endif
+
+#ifndef FULL_ANIMATION
+#define FULL_ANIMATION 0
+#endif
+
#include "32bpp_sse2.hpp"
/** The SSSE3 32 bpp blitter (without palette animation). */