Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created March 10, 2019 19:28
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 ryantm/ecfb9e865fea0bd6ac9b79bd639f9be6 to your computer and use it in GitHub Desktop.
Save ryantm/ecfb9e865fea0bd6ac9b79bd639f9be6 to your computer and use it in GitHub Desktop.
/nix/store/jw54aj1ivrmk20n84gkd3mskyhabh4dy-libheif-1.4.0
├── bin
│   ├── heif-convert
│   ├── heif-enc
│   ├── heif-info
│   └── heif-thumbnailer
├── include
│   └── libheif
│   ├── heif_cxx.h
│   ├── heif.h
│   ├── heif_plugin.h
│   └── heif_version.h
├── lib
│   ├── libheif.la
│   ├── libheif.so -> libheif.so.1.4.0
│   ├── libheif.so.1 -> libheif.so.1.4.0
│   ├── libheif.so.1.4.0
│   └── pkgconfig
│   └── libheif.pc
└── share
├── mime
│   └── packages
│   └── heif.xml
└── thumbnailers
└── heif.thumbnailer
9 directories, 15 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment