summaryrefslogtreecommitdiff
path: root/jconfigint.h
diff options
context:
space:
mode:
Diffstat (limited to 'jconfigint.h')
-rw-r--r--jconfigint.h11
1 files changed, 1 insertions, 10 deletions
diff --git a/jconfigint.h b/jconfigint.h
index 974890d..62b41fc 100644
--- a/jconfigint.h
+++ b/jconfigint.h
@@ -26,7 +26,7 @@
#define PACKAGE_NAME "libjpeg-turbo"
/* Version number of package */
-#define VERSION "2.0.5"
+#define VERSION "2.0.90"
/* The size of `size_t', as computed by sizeof. */
#if __WORDSIZE==64 || defined(_WIN64)
@@ -52,12 +52,3 @@
#define HAVEBITSCANFORWARD
#endif
#endif
-
-/* How to obtain memory alignment for structures and variables. */
-#if defined(_MSC_VER)
-#define ALIGN(ALIGNMENT) __declspec(align((ALIGNMENT)))
-#elif defined(__clang__) || defined(__GNUC__)
-#define ALIGN(ALIGNMENT) __attribute__((aligned(ALIGNMENT)))
-#else
-#error "Unknown compiler"
-#endif