Browse Source
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`.pull/177/head
committed by
Steve Lhomme
1 changed files with 6 additions and 2 deletions
Loading…
Reference in new issue