Skip to content

Instantly share code, notes, and snippets.

@whisk
Created January 26, 2018 10:27
Show Gist options
  • Save whisk/0bdaf25f133e43efc4d0858e8083d22a to your computer and use it in GitHub Desktop.
Save whisk/0bdaf25f133e43efc4d0858e8083d22a to your computer and use it in GitHub Desktop.
libmfx.pc for building ffmpeg with qsv support
# copy to $HOME/ffmpeg_build/lib/pkgconfig/libmfx.pc
# see https://trac.ffmpeg.org/wiki/CompilationGuide
prefix=/opt/intel/mediasdk
exec_prefix=${prefix}
libdir=${prefix}/lib/lin_x64
includedir=${prefix}/include
Name: libmfx
Description: Intel Media Server Studio SDK
Version: 16.5
Libs: -L${libdir} -lmfx -lva -lstdc++ -ldl -lva-drm -ldrm
Cflags: -I${includedir} -I/usr/include/libdrm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment