diff options
Diffstat (limited to 'tools/benchmark-raw.c')
-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"); |