Skip to content

Commit

Permalink
Merge pull request #1042 from GoogleChromeLabs/issue-1022
Browse files Browse the repository at this point in the history
  • Loading branch information
surma authored Jun 9, 2021
2 parents 08adfba + ffb9135 commit 9a37cc7
Show file tree
Hide file tree
Showing 64 changed files with 8,836 additions and 1,441 deletions.
3 changes: 3 additions & 0 deletions codecs/avif/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ export CODEC_DIR = node_modules/libavif
export BUILD_DIR = node_modules/build
export LIBAOM_DIR = node_modules/libaom

override CFLAGS += "-Wno-unused-macros"
export

OUT_ENC_JS = enc/avif_enc.js
OUT_NODE_ENC_JS = enc/avif_node_enc.js
OUT_ENC_MT_JS = enc/avif_enc_mt.js
Expand Down
43 changes: 1 addition & 42 deletions codecs/avif/dec/avif_dec.js

Large diffs are not rendered by default.

Binary file modified codecs/avif/dec/avif_dec.wasm
Binary file not shown.
43 changes: 1 addition & 42 deletions codecs/avif/dec/avif_node_dec.js

Large diffs are not rendered by default.

Binary file modified codecs/avif/dec/avif_node_dec.wasm
Binary file not shown.
49 changes: 1 addition & 48 deletions codecs/avif/enc/avif_enc.js

Large diffs are not rendered by default.

Binary file modified codecs/avif/enc/avif_enc.wasm
Binary file not shown.
82 changes: 1 addition & 81 deletions codecs/avif/enc/avif_enc_mt.js

Large diffs are not rendered by default.

Binary file modified codecs/avif/enc/avif_enc_mt.wasm
Binary file not shown.
2 changes: 1 addition & 1 deletion codecs/avif/enc/avif_enc_mt.worker.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 9a37cc7

Please sign in to comment.