Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created September 5, 2020 04:25
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/a1a21fa8368fed7e719560447f262364 to your computer and use it in GitHub Desktop.
Save r-ryantm/a1a21fa8368fed7e719560447f262364 to your computer and use it in GitHub Desktop.
/nix/store/5ckiisffwilyya9adf269smliqb3cw48-libde265-1.0.6
├── bin
│   ├── acceleration_speed
│   ├── bjoentegaard
│   ├── block-rate-estim
│   ├── dec265
│   ├── enc265
│   ├── gen-enc-table
│   ├── hdrcopy
│   ├── rd-curves
│   ├── tests
│   └── yuv-distortion
├── include
│   └── libde265
│   ├── de265.h
│   └── de265-version.h
└── lib
├── libde265.la
├── libde265.so -> libde265.so.0.0.13
├── libde265.so.0 -> libde265.so.0.0.13
├── libde265.so.0.0.13
└── pkgconfig
└── libde265.pc
5 directories, 17 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment