Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created March 24, 2020 13:31
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/836349a06ba6b78cb05c4088afbf7f74 to your computer and use it in GitHub Desktop.
Save r-ryantm/836349a06ba6b78cb05c4088afbf7f74 to your computer and use it in GitHub Desktop.
/nix/store/8p7awc7ha3bxv9qd6fsfqs8zvqn8k0ca-libbluray-1.2.0
├── bin
│   └── bd_info
├── include
│   └── libbluray
│   ├── bluray.h
│   ├── bluray-version.h
│   ├── clpi_data.h
│   ├── filesystem.h
│   ├── keys.h
│   ├── log_control.h
│   ├── meta_data.h
│   ├── overlay.h
│   └── player_settings.h
└── lib
├── libbluray.la
├── libbluray.so -> libbluray.so.2.2.0
├── libbluray.so.2 -> libbluray.so.2.2.0
├── libbluray.so.2.2.0
└── pkgconfig
└── libbluray.pc
5 directories, 15 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment