[READ-ONLY] Mirror of https://github.com/mrgnw/avify.
0

Configure Feed

Select the types of activity you want to include in your feed.

build.sh: install with --features heic

The "make heic opt-in" change flipped the default features, so build.sh
was silently installing without HEIC support. Restore it explicitly.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

+1 -1
+1 -1
build.sh
··· 47 47 fi 48 48 49 49 export PKG_CONFIG_PATH="$PREFIX/lib/pkgconfig:$(brew --prefix libde265)/lib/pkgconfig" 50 - cargo install --path . 50 + cargo install --path . --features heic 51 51 install_name_tool -add_rpath "$PREFIX/lib" "$(which avify)" 52 52 53 53 echo "Done. avify installed to $(which avify)"