diff options
author | Alon Zakai <alonzakai@gmail.com> | 2011-12-10 10:17:38 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2011-12-10 10:17:38 -0800 |
commit | c60a8bfe9c225a58080839f1598365e0a3ef515a (patch) | |
tree | e66986c0fe445a51259f302a2eb951432f9cb3c1 /tests/openjpeg | |
parent | 80cde8dc7cebb17e7ebe6317c60480e3f9055e92 (diff) |
fix openjpeg test so it can be cached, speeding up the test runner
Diffstat (limited to 'tests/openjpeg')
-rw-r--r-- | tests/openjpeg/opj_config.h | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/tests/openjpeg/opj_config.h b/tests/openjpeg/opj_config.h new file mode 100644 index 00000000..1996a415 --- /dev/null +++ b/tests/openjpeg/opj_config.h @@ -0,0 +1,22 @@ +/* create config.h for CMake */ +#define PACKAGE_VERSION "1.4.0" +# +#define HAVE_INTTYPES_H 1 +#define HAVE_MEMORY_H 1 +#define HAVE_STDINT_H 1 +#define HAVE_STDLIB_H 1 +#define HAVE_STRINGS_H 1 +#define HAVE_STRING_H 1 +#define HAVE_SYS_STAT_H 1 +#define HAVE_SYS_TYPES_H 1 +#define HAVE_UNISTD_H 1 +#define HAVE_LIBPNG 1 +#define HAVE_PNG_H 1 +#define HAVE_LIBTIFF 1 +#define HAVE_TIFF_H 1 +# +/* #undef HAVE_LIBLCMS1 */ +/* #undef HAVE_LIBLCMS2 */ +/* #undef HAVE_LCMS1_H */ +/* #undef HAVE_LCMS2_H */ +# |