Skip to content
Snippets Groups Projects
Commit ebb15e32 authored by Martin Storsjö's avatar Martin Storsjö
Browse files

contrib: asdcplib: Apply a patch to fix compilation with latest Clang

The asdcplib code contains a C++ template which refers to member
variables that doesn't exist. Earlier, this hasn't been an issue,
as the C++ template never is instantiated, but current Clang
versions (the upcoming 19.x version) diagnoses such issues already
before the class is instantiated, leading to compilation errors
on the asdcplib code.

This applies https://github.com/cinecert/asdcplib/pull/137 (which
hasn't yet received any attention), fixing
https://github.com/cinecert/asdcplib/issues/136.

(cherry picked from commit c481befc)
parent 5a6996ed
No related branches found
No related tags found
Loading
Pipeline #473913 passed with stages
in 19 minutes and 59 seconds
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment