Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created January 6, 2020 18:52
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/2ff8a622ab3149e0cc3c779a3a02341b to your computer and use it in GitHub Desktop.
Save ryantm/2ff8a622ab3149e0cc3c779a3a02341b to your computer and use it in GitHub Desktop.
/nix/store/56ihl62ibf14g4v8y6wp3sp0yc1bxa4i-intel-media-sdk-19.4.0
├── 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.31
│   ├── libmfxhw64.so.1.31
│   ├── libmfx.so -> libmfx.so.1
│   ├── libmfx.so.1 -> libmfx.so.1.31
│   ├── libmfx.so.1.31
│   ├── 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
└── samples
├── libcttmetrics.so
├── libsample_rotate_plugin.so
├── libvpp_plugin.a
├── metrics_monitor
├── sample_decode
├── sample_encode
├── sample_fei
├── sample_hevc_fei
├── sample_hevc_fei_abr
├── sample_multi_transcode
└── sample_vpp
8 directories, 56 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment