Skip to content

Commit

Permalink
Merge branch 'master' of github.com:strukturag/libheif
Browse files Browse the repository at this point in the history
  • Loading branch information
farindk committed Nov 15, 2022
2 parents ae03ff7 + 750d516 commit 2275b10
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,9 @@ While autoconf/automake might still work for some time to come, not all options

When using autoconf, run `./autogen.sh` to build the configuration scripts,
then call `./configure` and `make`.

**Note: compiling with autotools is now deprecated. Please use cmake instead. This section has to be updated...**

Make sure that you compile and install [libde265](https://github.com/strukturag/libde265)
first, so that the configuration script will find this.
Preferably, download the `frame-parallel` branch of libde265, as this uses a
Expand All @@ -126,8 +129,6 @@ Also install x265 and its development files if you want to use HEIF encoding.

### macOS

**Note: compiling with autotools is now deprecated. Please use cmake instead. This section has to be updated...**

1. Install dependencies with Homebrew

```
Expand Down

0 comments on commit 2275b10

Please sign in to comment.