about summary refs log tree commit diff
path: root/editor/pamflip/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'editor/pamflip/config.h')
-rw-r--r--editor/pamflip/config.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/editor/pamflip/config.h b/editor/pamflip/config.h
new file mode 100644
index 00000000..42aefb6e
--- /dev/null
+++ b/editor/pamflip/config.h
@@ -0,0 +1,7 @@
+#ifndef SSE_PBM_XY_FLIP
+  #if WANT_SSE && HAVE_WORKING_SSE2
+    #define SSE_PBM_XY_FLIP 1
+  #else
+    #define SSE_PBM_XY_FLIP 0
+  #endif
+#endif