Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created August 14, 2020 14:43
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/8ca93fac4671a949c7507e759679cff7 to your computer and use it in GitHub Desktop.
Save r-ryantm/8ca93fac4671a949c7507e759679cff7 to your computer and use it in GitHub Desktop.
/nix/store/y58ba931p7j5xsspv757lf3jsyk4pini-libmediainfo-20.08
├── 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