Created
January 26, 2018 10:27
-
-
Save whisk/0bdaf25f133e43efc4d0858e8083d22a to your computer and use it in GitHub Desktop.
libmfx.pc for building ffmpeg with qsv support
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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