Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created November 2, 2020 23:05
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/a60241a30eb910a8f1ce502388aa9763 to your computer and use it in GitHub Desktop.
Save r-ryantm/a60241a30eb910a8f1ce502388aa9763 to your computer and use it in GitHub Desktop.
/nix/store/wy8w036m9ncfk66c30kcqx5k5f5gw8kp-libbluray-1.2.1
├── bin
│   ├── bd_info
│   ├── bd_list_titles
│   └── bd_splice
├── 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.3.0
├── libbluray.so.2 -> libbluray.so.2.3.0
├── libbluray.so.2.3.0
└── pkgconfig
└── libbluray.pc
5 directories, 17 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment