Media (Intel® Video Processing Library, Intel Media SDK)
Access community support with transcoding, decoding, and encoding in applications using media tools like Intel® oneAPI Video Processing Library and Intel® Media SDK
Announcements
The Intel Media SDK project is no longer active. For continued support and access to new features, Intel Media SDK users are encouraged to read the transition guide on upgrading from Intel® Media SDK to Intel® Video Processing Library (VPL), and to move to VPL as soon as possible.
For more information, see the VPL website.

about pkg-config

Naoya_O_
Beginner
525 Views

Hi,

I'm trying to use QSV tech on Linux(CentOS7.1).

configure script of VLC and FFMpeg project corresponds to libmfx.

But Intel's Media SDK installer does not support pkg-config.

I'm demanded that installer support pkg-config.

 

It is pkg-config example:

$ cat /opt/intel/mediasdk/lib64/pkgconfig/libmfx.pc

prefix=/opt/intel/mediasdk
exec_prefix=${prefix}
libdir=${exec_prefix}/lib64
includedir=${exec_prefix}/include

Name: libmfxhw64

Description: Intel Media SDK dispatcher.
Version: 2015r3
Libs: -L${libdir} -lmfxhw64
Cflags: -I${includedir}


$ export PKG_CONFIG_PATH=/opt/intel/mediasdk/lib64/pkgconfig

Thank you.

0 Kudos
0 Replies
Reply