Media (Intel® oneAPI 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 sign-in experience has changed to support enhanced security controls. If you sign in, click here for more information.

Loading INTEL media SDK dll thorugh mingw project.

Rishab_G_2
Beginner
198 Views

Hello ,

 I am linking Intel Media SDK (libmfxsw64.dll) with a mingw project but I am receiving segmentation fault while calling its API's like MFXVideoVPP_Query. I need to confirm is it possible to loading the dll using mingw project ? 

If yes , please suggest the steps to be followed !!!

Regards

Rishab

0 Kudos
1 Reply
Jeffrey_M_Intel1
Employee
198 Views

The DLL should be accessed through the dispatcher (libmfx), and the precompiled library shipped with the product assumes Visual Studio.  Theoretically it is possible to compile your own libmfx in mingw, which would enable you to compile a project in mingw. (It has been used successfully in Handbrake.)  

The source is available in the 'opensource' directory where Media SDK is installed.  However, we don't have much to help with a mingw build yet.  

 

Reply