- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page