summaryrefslogtreecommitdiffstats
path: root/tkimg/libjpeg/jpeglib.h
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2016-10-27 20:28:26 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2016-10-27 20:28:26 (GMT)
commitb184baa1234c2143e488d1796ae98afab118b891 (patch)
tree686b0a47b272296205c7fa2bc789f62a03d20df6 /tkimg/libjpeg/jpeglib.h
parentf7560d0a451a793441216d76eb4d9475aab61740 (diff)
parent5aad878400425d3af44433a47c13824385689e1d (diff)
downloadblt-b184baa1234c2143e488d1796ae98afab118b891.zip
blt-b184baa1234c2143e488d1796ae98afab118b891.tar.gz
blt-b184baa1234c2143e488d1796ae98afab118b891.tar.bz2
Merge commit '5aad878400425d3af44433a47c13824385689e1d' as 'tkimg'
Diffstat (limited to 'tkimg/libjpeg/jpeglib.h')
-rw-r--r--tkimg/libjpeg/jpeglib.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/tkimg/libjpeg/jpeglib.h b/tkimg/libjpeg/jpeglib.h
new file mode 100644
index 0000000..86bf3ba
--- /dev/null
+++ b/tkimg/libjpeg/jpeglib.h
@@ -0,0 +1,12 @@
+
+/*
+ * Redirect the jpeg definitions through the stub definitions of the
+ * binding. A wrapper for a support library using jpeg has to use this
+ * header to ensure usage of the stub macros during the compilation of
+ * the support library itself. In this way we avoid the need for
+ * changing the original sources.
+ *
+ * This header has to be avoided when building the jpeg wrapper itself.
+ */
+
+#include "jpegtclDecls.h"