summaryrefslogtreecommitdiff
path: root/jpegutils/transupp.h
diff options
context:
space:
mode:
authorPerberos <[email protected]>2011-11-06 19:30:49 -0300
committerPerberos <[email protected]>2011-11-06 19:30:49 -0300
commita8d28a6ce7e0c56dacba5d527d9134573a008902 (patch)
tree8852602004b5a13cc5d1ce3ecd7a314be81d1198 /jpegutils/transupp.h
downloadeom-a8d28a6ce7e0c56dacba5d527d9134573a008902.tar.bz2
eom-a8d28a6ce7e0c56dacba5d527d9134573a008902.tar.xz
inicial
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