Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created November 18, 2020 18:56
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/544f0413f7771f816a14125db4704e77 to your computer and use it in GitHub Desktop.
Save r-ryantm/544f0413f7771f816a14125db4704e77 to your computer and use it in GitHub Desktop.
/nix/store/1qfndpv1ykfbk2fpx3a0d45djw9hmzjp-libavif-0.8.3
├── 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.8
├── libavif.so.8 -> libavif.so.8.0.0
├── libavif.so.8.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