Bug 260186
| Summary: | REGRESSION(266244@main): Build failure with libjxl < 0.7.0 | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Carlos Alberto Lopez Perez <clopez> |
| Component: | WPE WebKit | Assignee: | Carlos Alberto Lopez Perez <clopez> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | bugs-noreply, mcatanzaro |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: |
https://bugs.webkit.org/show_bug.cgi?id=259393 https://bugs.webkit.org/show_bug.cgi?id=260197 |
||
Carlos Alberto Lopez Perez
The macros JPEGXL_NUMERIC_VERSION and JPEGXL_COMPUTE_NUMERIC_VERSION where introduced in libjxl 0.7.0
Versions lower than that (like 0.6.0) don't define this macros.
This causes the following build error since 266244@main
/home/buildbot/worker/WPE-Linux-RPi4-32bits-Mesa-Release-Perf-Build/build/Source/WebCore/platform/image-decoders/jpegxl/JPEGXLImageDecoder.cpp:430:60: error: missing binary operator before token "("
/home/buildbot/worker/WPE-Linux-RPi4-32bits-Mesa-Release-Perf-Build/build/Source/WebCore/platform/image-decoders/jpegxl/JPEGXLImageDecoder.cpp:438:54: error: cannot convert ‘JxlColorProfileTarget’ to ‘const JxlPixelFormat*’
/home/buildbot/worker/WPE-Linux-RPi4-32bits-Mesa-Release-Perf-Build/build/Source/WebCore/platform/image-decoders/jpegxl/JPEGXLImageDecoder.cpp:442:57: error: cannot convert ‘JxlColorProfileTarget’ to ‘const JxlPixelFormat*’
https://build.webkit.org/#/builders/893/builds/1104
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Carlos Alberto Lopez Perez
Pull request: https://github.com/WebKit/WebKit/pull/16692
EWS
Committed 266903@main (5caa0800061a): <https://commits.webkit.org/266903@main>
Reviewed commits have been landed. Closing PR #16692 and removing active labels.