Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created November 3, 2020 00:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-ryantm/cc87aa31824847bafe570ce0b151202c to your computer and use it in GitHub Desktop.
Save r-ryantm/cc87aa31824847bafe570ce0b151202c to your computer and use it in GitHub Desktop.
/nix/store/wxgjqfkhma3891x7dqbcxdzdwbxxkkzj-libavif-0.8.2
├── bin
│   ├── avifdec
│   └── avifenc
├── include
│   └── avif
│   └── avif.h
└── lib
├── cmake
│   └── libavif
│   ├── libavif-config.cmake
│   ├── libavif-config-release.cmake
│   └── libavif-config-version.cmake
├── libavif.so -> libavif.so.7
├── libavif.so.7 -> libavif.so.7.0.0
├── libavif.so.7.0.0
└── pkgconfig
└── libavif.pc
7 directories, 10 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment