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

Link aviftest/avifyuv with C++ compiler if libyuv #2038

Conversation

wantehchang
Copy link
Collaborator

libyuv is a C++ library. If libyuv is used, especially as a static library, we need to link a C program such as aviftest.c and avifyuv.c with libyuv using the C++ compiler.

This addresses the issue described in
google/oss-fuzz#713.

libyuv is a C++ library. If libyuv is used, especially as a static
library, we need to link a C program such as aviftest.c and avifyuv.c
with libyuv using the C++ compiler.

This addresses the issue described in
google/oss-fuzz#713.
@wantehchang wantehchang merged commit 51b6adf into AOMediaCodec:main Feb 23, 2024
19 checks passed
@wantehchang wantehchang deleted the link-aviftest-avifyuv-with-CXX-if-libyuv-enabled branch February 23, 2024 22:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants