aboutsummaryrefslogtreecommitdiff
path: root/converters/ascii2binary/(public-mirror)
diff options
context:
space:
mode:
authorJason E. Hale <jhale@FreeBSD.org>2025-02-08 06:43:52 +0000
committerJason E. Hale <jhale@FreeBSD.org>2025-02-08 06:43:52 +0000
commit9526f730d5241149cfb2f663bb433a8674c226ff (patch)
treebea0c9eb62d11222765323b633efabb8712a8823 /converters/ascii2binary/(public-mirror)
parentbdd363e1bee5bf2aae6b0ba4c0bec28441db53a9 (diff)
multimedia/vlc: Fix build with net/liveMedia >= 2024.11.28HEADmain
access/live555.cpp:542:36: error: cannot initialize a parameter of type 'EventLoopWatchVariable *' (aka 'atomic<char> *') with an rvalue of type 'char *' 542 | p_sys->scheduler->doEventLoop( &p_sys->event_rtsp ); | ^~~~~~~~~~~~~~~~~~ /usr/local/include/UsageEnvironment/UsageEnvironment.hh:155:52: note: passing argument to parameter 'watchVariable' here 155 | virtual void doEventLoop(EventLoopWatchVariable* watchVariable = NULL) = 0; | ^ access/live555.cpp:1444:36: error: cannot initialize a parameter of type 'EventLoopWatchVariable *' (aka 'atomic<char> *') with an rvalue of type 'char *' 1444 | p_sys->scheduler->doEventLoop( &p_sys->event_data ); | ^~~~~~~~~~~~~~~~~~ /usr/local/include/UsageEnvironment/UsageEnvironment.hh:155:52: note: passing argument to parameter 'watchVariable' here 155 | virtual void doEventLoop(EventLoopWatchVariable* watchVariable = NULL) = 0; Reported by: pkg-fallout
Diffstat (limited to 'converters/ascii2binary/(public-mirror)')
0 files changed, 0 insertions, 0 deletions