libheif:emscripten-update

Last commit made on 2019-09-20
Get this branch:
git clone -b emscripten-update https://git.launchpad.net/libheif

Branch merges

Branch information

Name:
emscripten-update
Repository:
lp:libheif

Recent commits

73ec4f3... by Joachim Bauch

Option PRECISE_I64_MATH can no longer be set starting with Emscripten 1.38.26

4b7e3be... by Joachim Bauch

CI: Update emscripten to 1.38.31

6ed56c4... by Dirk Farin

don't use deprecated enum names in the example

097c05a... by Joachim Bauch

Merge pull request #154 from tgurr/shareddata

fix shared install on cross environments

a0d3a4b... by Timo Gurr

fix shared install on cross environments

Do not install arch independent files into prefix, which can be e.g.
/usr/x86_64-pc-linux-gnu for cross environments so instead of the files
landing in the arch independent /usr/share they wrongly get installed into
the arch dependent /usr/x86_64-pc-linux-gnu/share location.

bbd3756... by Joachim Bauch

Use value from "get_storage_bits_per_pixel" as bytes (fixes #151).

62eb822... by Dirk Farin <email address hidden>

Merge pull request #148 from strukturag/fix-go-races

CI: Run race tester as part of Travis GO job.

4be0000... by Joachim Bauch

CI: Run race tester as part of Travis GO job.

e608159... by Dirk Farin <email address hidden>

heif_image_handle keeps reference to heif_context while in use (#147)

d179e0a... by Joachim Bauch

Merge pull request #146 from strukturag/ci-unittests

Also run unittests in Travis