Skip to content
Snippets Groups Projects
Commit 8befcbfa authored by Florian Albrechtskirchinger's avatar Florian Albrechtskirchinger Committed by Steve Lhomme
Browse files

live555: fix build with versions >= 2024.11.28

In the 2024.11.28 release (version 1732752000), live555 introduced
`EventLoopWatchVariable` as a typedef for `std::atomic<char>`, replacing
direct use of `char` in earlier versions. Add a conditional typedef to
define it as `char` for older versions, and update `event_rtsp` and
`event_data` to use `EventLoopWatchVariable`.
parent a60ff650
No related branches found
No related tags found
1 merge request!6972live555: fix build with versions >= 2024.11.28
Pipeline #573681 passed with stage
in 24 minutes and 21 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