1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-19 14:48:08 +02:00

Merge pull request #17946 from calixteman/openjpeg

[api-minor] Add a jpx decoder based on OpenJPEG 2.5.2
This commit is contained in:
calixteman 2024-04-16 13:41:58 +02:00 committed by GitHub
commit 12c4119cbd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
20 changed files with 172 additions and 2347 deletions

View file

@ -1603,6 +1603,7 @@ function buildLib(defines, dir) {
),
gulp.src(["web/*.js", "!web/{pdfjs,viewer}.js"], { base: "." }),
gulp.src("test/unit/*.js", { base: "." }),
gulp.src("external/openjpeg/*.js", { base: "openjpeg/" }),
]);
return buildLibHelper(bundleDefines, inputStream, dir);