Skip to content

Fix extern "C" declarations

Andrey Semashev requested to merge andrey.semashev/dav1d:fix_extern_c into master

Avoid wrapping external includes in extern "C" blocks. Also wrap all public headers in extern "C" blocks to allow them to be selectively included in C++ projects.

Fixes #422 (closed).

Merge request reports