Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created March 31, 2018 10:59
Show Gist options
  • Save ryantm/8d034c11cb818a43ba4b289989a957a3 to your computer and use it in GitHub Desktop.
Save ryantm/8d034c11cb818a43ba4b289989a957a3 to your computer and use it in GitHub Desktop.
/nix/store/4fb959a9v1a5nv65smypcp3vxk3j1jhl-libdvdcss-1.4.2
├── include
│   └── dvdcss
│   ├── dvdcss.h
│   └── version.h
├── lib
│   ├── libdvdcss.la
│   ├── libdvdcss.so -> libdvdcss.so.2.2.0
│   ├── libdvdcss.so.2 -> libdvdcss.so.2.2.0
│   ├── libdvdcss.so.2.2.0
│   └── pkgconfig
│   └── libdvdcss.pc
└── share
└── doc
└── libdvdcss
├── AUTHORS
├── ChangeLog
├── COPYING
├── NEWS
└── README
7 directories, 12 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment