diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2024-01-27 21:42:24 +0100 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2024-01-27 21:42:24 +0100 |
commit | 39f6be3f64a6c5c0a1ec0ee8a1d905160381b71f (patch) | |
tree | aa5c4fef4fcc44bbb742c7b5a356e80f43f1a548 /tools | |
parent | 9dcba6ee6e9f58bb21f64926b2e50492ba11fcf7 (diff) | |
download | fiv-39f6be3f64a6c5c0a1ec0ee8a1d905160381b71f.tar.gz fiv-39f6be3f64a6c5c0a1ec0ee8a1d905160381b71f.tar.xz fiv-39f6be3f64a6c5c0a1ec0ee8a1d905160381b71f.zip |
WIP: Thread-safe colour management
Diffstat (limited to 'tools')
-rw-r--r-- | tools/benchmark-raw.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/benchmark-raw.c b/tools/benchmark-raw.c index 9e1fe41..e1e6ea8 100644 --- a/tools/benchmark-raw.c +++ b/tools/benchmark-raw.c @@ -408,7 +408,7 @@ main(int argc, char *argv[]) // We don't need to call gdk_cairo_surface_create_from_pixbuf() here, // so don't bother initializing GDK. - fiv_io_profile_init(); + fiv_io_cmm_init(); // A mode to just extract all thumbnails to files for closer inspection. extract_mode = !!getenv("BENCHMARK_RAW_EXTRACT"); |