Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created August 14, 2020 10:01
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/c345024d9efd0598b45c9709b637f213 to your computer and use it in GitHub Desktop.
Save r-ryantm/c345024d9efd0598b45c9709b637f213 to your computer and use it in GitHub Desktop.
/nix/store/a1wnx11zry85zmgdfml5pnwb4wyx7n62-intel-media-sdk-20.2.1
├── bin
│   └── mfx-tracer-config
├── include
│   └── mfx
│   ├── mfxadapter.h
│   ├── mfxastructures.h
│   ├── mfxaudio++.h
│   ├── mfxaudio.h
│   ├── mfxbrc.h
│   ├── mfxcamera.h
│   ├── mfxcommon.h
│   ├── mfxdefs.h
│   ├── mfxdispatcherprefixedfunctions.h
│   ├── mfxenc.h
│   ├── mfxfei.h
│   ├── mfxfeihevc.h
│   ├── mfxjpeg.h
│   ├── mfxla.h
│   ├── mfxmvc.h
│   ├── mfxpak.h
│   ├── mfxpcp.h
│   ├── mfxplugin++.h
│   ├── mfxplugin.h
│   ├── mfxscd.h
│   ├── mfxsc.h
│   ├── mfxsession.h
│   ├── mfxstructures.h
│   ├── mfxvideo++.h
│   ├── mfxvideo.h
│   ├── mfxvp8.h
│   ├── mfxvp9.h
│   └── mfxvstructures.h
├── lib
│   ├── libmfxhw64.so -> libmfxhw64.so.1
│   ├── libmfxhw64.so.1 -> libmfxhw64.so.1.33
│   ├── libmfxhw64.so.1.33
│   ├── libmfx.so -> libmfx.so.1
│   ├── libmfx.so.1 -> libmfx.so.1.33
│   ├── libmfx.so.1.33
│   ├── libmfx-tracer.so -> libmfx-tracer.so.1
│   ├── libmfx-tracer.so.1 -> libmfx-tracer.so.1.33
│   ├── libmfx-tracer.so.1.33
│   ├── mfx
│   │   ├── libmfx_h264la_hw64.so
│   │   ├── libmfx_hevcd_hw64.so
│   │   ├── libmfx_hevce_hw64.so
│   │   ├── libmfx_hevc_fei_hw64.so
│   │   ├── libmfx_vp8d_hw64.so
│   │   ├── libmfx_vp9d_hw64.so
│   │   └── libmfx_vp9e_hw64.so
│   └── pkgconfig
│   ├── libmfxhw64.pc
│   ├── libmfx.pc
│   └── mfx.pc -> libmfx.pc
└── share
└── mfx
└── plugins.cfg
8 directories, 49 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment