Skip to content
Snippets Groups Projects
Commit de964690 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

If JPEGXL_MAJOR_VERSION isn't define, define to zero.

It wasn't in v0.6.x, which is packaged by Haiku.
parent d4d05239
No related branches found
No related tags found
No related merge requests found
......@@ -12,6 +12,10 @@
#include <jxl/resizable_parallel_runner.h>
#endif
#ifndef JPEGXL_MAJOR_VERSION
#define JPEGXL_MAJOR_VERSION 0
#endif
enum JxlStatus {
JXL_STATUS_UNINITIALIZED,
JXL_STATUS_FAILED,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment