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

[21.3.0 vs. 21.3.1 regression] Unbreak build on IA32 #2752

Merged
merged 1 commit into from
Aug 8, 2021
Merged

Conversation

jbeich
Copy link
Contributor

@jbeich jbeich commented Aug 7, 2021

Regressed by #2692. From error log:

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.

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.
Copy link
Contributor

@dvrogozh dvrogozh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for spotting. LGTM.

@dmitryermilov dmitryermilov merged commit 6d7f7e9 into Intel-Media-SDK:master Aug 8, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants