Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created December 15, 2018 11:51
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/75e6c4b83866d55b320f9f1dd9af9695 to your computer and use it in GitHub Desktop.
Save ryantm/75e6c4b83866d55b320f9f1dd9af9695 to your computer and use it in GitHub Desktop.
/nix/store/0jh4g4bid4495vrs9avfa1vblsivdx9j-libmediainfo-18.12
├── include
│   ├── MediaInfo
│   │   ├── MediaInfo_Const.h
│   │   ├── MediaInfo_Events.h
│   │   ├── MediaInfo.h
│   │   └── MediaInfoList.h
│   └── MediaInfoDLL
│   ├── MediaInfoDLL.h
│   └── MediaInfoDLL_Static.h
└── lib
├── libmediainfo.la
├── libmediainfo.so -> libmediainfo.so.0.0.0
├── libmediainfo.so.0 -> libmediainfo.so.0.0.0
├── libmediainfo.so.0.0.0
└── pkgconfig
└── libmediainfo.pc
5 directories, 11 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment