Skip to content
This repository has been archived by the owner on May 17, 2023. It is now read-only.

Commit

Permalink
Also define VPL target for IA32 after b5ebdc2
Browse files Browse the repository at this point in the history
api/mfx_dispatch/linux/mfxloader.cpp:193:23: error: use of undeclared identifier 'ONEVPLRT'
    libs.emplace_back(ONEVPLRT);
                      ^
api/mfx_dispatch/linux/mfxloader.cpp:194:43: error: expected ')'
    libs.emplace_back(MFX_MODULES_DIR "/" ONEVPLRT);
                                          ^
api/mfx_dispatch/linux/mfxloader.cpp:194:22: note: to match this '('
    libs.emplace_back(MFX_MODULES_DIR "/" ONEVPLRT);
                     ^
api/mfx_dispatch/linux/mfxloader.cpp:213:23: error: use of undeclared identifier 'ONEVPLRT'
    libs.emplace_back(ONEVPLRT);
                      ^
api/mfx_dispatch/linux/mfxloader.cpp:214:43: error: expected ')'
    libs.emplace_back(MFX_MODULES_DIR "/" ONEVPLRT);
                                          ^
api/mfx_dispatch/linux/mfxloader.cpp:214:22: note: to match this '('
    libs.emplace_back(MFX_MODULES_DIR "/" ONEVPLRT);
                     ^
4 errors generated.
  • Loading branch information
jbeich authored and dmitryermilov committed Aug 8, 2021
1 parent abee01c commit 6d7f7e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/mfx_dispatch/linux/mfxloader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ namespace MFX {
#else
#define LIBMFXSW "libmfxsw32.so.1"
#define LIBMFXHW "libmfxhw32.so.1"
#define ONEVPLRT "libmfx-gen.so.1"
#endif
#elif defined(__x86_64__)
#ifdef ANDROID
Expand Down

0 comments on commit 6d7f7e9

Please sign in to comment.