Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created June 17, 2019 05:32
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/37c649eef7f76343762fe8837340633f to your computer and use it in GitHub Desktop.
Save ryantm/37c649eef7f76343762fe8837340633f to your computer and use it in GitHub Desktop.
/nix/store/w292742jz3bccjjq2i97zf42dmdnf3sq-libbluray-1.1.2
├── 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.1.2
├── libbluray.so.2 -> libbluray.so.2.1.2
├── libbluray.so.2.1.2
└── 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