Add compress_j2k method and simple benchmark.
[libdcp.git] / src / version.h
1
2 namespace dcp {
3
4 extern char const * version;
5 extern char const * git_commit;
6 extern bool const built_with_debug;
7
8 }