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:
commit
12c4119cbd
20 changed files with 172 additions and 2347 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue