Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created November 2, 2019 06:43
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/84efaaff5ed69161e41dbd55aeacf138 to your computer and use it in GitHub Desktop.
Save ryantm/84efaaff5ed69161e41dbd55aeacf138 to your computer and use it in GitHub Desktop.
/nix/store/05i5bws9ffha26kr7aijbvdgwry7ybs7-intel-media-sdk-19.3.0
├── include
│   └── mfx
│   ├── 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.30
│   ├── libmfxhw64.so.1.30
│   ├── libmfx.so -> libmfx.so.1
│   ├── libmfx.so.1 -> libmfx.so.1.30
│   ├── libmfx.so.1.30
│   ├── 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, 55 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment