summaryrefslogtreecommitdiff
path: root/jpegutils/transupp.h
diff options
context:
space:
mode:
Diffstat (limited to 'jpegutils/transupp.h')
-rw-r--r--jpegutils/transupp.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/jpegutils/transupp.h b/jpegutils/transupp.h
new file mode 100644
index 0000000..e45df17
--- /dev/null
+++ b/jpegutils/transupp.h
@@ -0,0 +1,5 @@
+#if JPEG_LIB_VERSION >= 80
+#include "transupp-8a.h"
+#else
+#include "transupp-6b.h"
+#endif