Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Libva header fix #54

Closed

Conversation

JeevakaPrabu
Copy link
Contributor

No description provided.

ankithbti52509 and others added 2 commits October 15, 2024 14:03
Observed build failure in A15 due to missing flags and due to
inheritance declaration.

Tracked-On: NA
Signed-off-by: Ankit Agarwal <[email protected]>
As libmfxhw32 depends on libva headers, add libva_headers.

Tests done:
- Android boot in GVT-d
- Camera preview and capture
- Video playback and recording
- adb reboot

Tracked-On: OAM-126508
Signed-off-by: JeevakaPrabu <[email protected]>
@@ -334,7 +334,7 @@ LOCAL_CFLAGS_64 := $(MFX_CFLAGS_INTERNAL_64)

LOCAL_LDFLAGS := $(MFX_LOCAL_LDFLAGS_HW)

LOCAL_HEADER_LIBRARIES := libmfx_headers
LOCAL_HEADER_LIBRARIES := libmfx_headers libva_headers
Copy link
Contributor

Choose a reason for hiding this comment

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

Hi Jeevaka, could you please share where libva_headers is declared in MediaSDK? I don't see it in this change. By the way, why do we need this change here? Is it for the compiling issue on Android 15?

Thanks,
Tianmi

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Engineering Build Not Started Engineering Build Not Started Pending Developer Approval Pending Developer Approval Pending PR Review Pending PR Review Valid commit message
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants