Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created August 26, 2020 09:53
Show Gist options
  • Save r-ryantm/8a645ac127bdc8f8e7e58dfa91caf1a9 to your computer and use it in GitHub Desktop.
Save r-ryantm/8a645ac127bdc8f8e7e58dfa91caf1a9 to your computer and use it in GitHub Desktop.
/nix/store/4vgx8b3f5qwhv7yiyrzdxkyrc1bj480z-libmatroska-1.6.2
├── include
│   └── matroska
│   ├── c
│   │   ├── libmatroska.h
│   │   └── libmatroska_t.h
│   ├── FileKax.h
│   ├── KaxAttached.h
│   ├── KaxAttachments.h
│   ├── KaxBlockData.h
│   ├── KaxBlock.h
│   ├── KaxChapters.h
│   ├── KaxClusterData.h
│   ├── KaxCluster.h
│   ├── KaxConfig.h
│   ├── KaxContentEncoding.h
│   ├── KaxContexts.h
│   ├── KaxCuesData.h
│   ├── KaxCues.h
│   ├── KaxDefines.h
│   ├── KaxInfoData.h
│   ├── KaxInfo.h
│   ├── KaxSeekHead.h
│   ├── KaxSegment.h
│   ├── KaxSemantic.h
│   ├── KaxTag.h
│   ├── KaxTags.h
│   ├── KaxTrackAudio.h
│   ├── KaxTrackEntryData.h
│   ├── KaxTracks.h
│   ├── KaxTrackVideo.h
│   ├── KaxTypes.h
│   ├── KaxVersion.h
│   └── matroska_export.h
└── lib
├── cmake
│   └── Matroska
│   ├── MatroskaConfig.cmake
│   ├── MatroskaConfigVersion.cmake
│   ├── MatroskaTargets.cmake
│   └── MatroskaTargets-release.cmake
├── libmatroska.so -> libmatroska.so.7
├── libmatroska.so.7 -> libmatroska.so.7.0.0
├── libmatroska.so.7.0.0
└── pkgconfig
└── libmatroska.pc
7 directories, 38 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment