Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created March 2, 2019 04: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 ryantm/24eded108afe48bda94558f91f725b35 to your computer and use it in GitHub Desktop.
Save ryantm/24eded108afe48bda94558f91f725b35 to your computer and use it in GitHub Desktop.
/nix/store/sf4cg3r0xsd4p6w08mwf7f72yrj1gmlj-ffms-2.23
├── bin
│   └── ffmsindex
├── include
│   ├── ffmscompat.h
│   └── ffms.h
├── lib
│   ├── libffms2.la
│   ├── libffms2.so -> libffms2.so.4.0.0
│   ├── libffms2.so.4 -> libffms2.so.4.0.0
│   ├── libffms2.so.4.0.0
│   └── pkgconfig
│   └── ffms2.pc
└── share
└── doc
└── ffms2
├── ffms2-api.md
└── ffms2-changelog.md
7 directories, 10 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment