Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Link aviftest/avifyuv with C++ compiler if libyuv
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.
- Loading branch information