Build action workflow

This commit is contained in:
Kamil Trzcinski
2022-09-06 13:01:27 +02:00
committed by Kamil Trzciński
parent d36c2d590c
commit ff81088824
4 changed files with 48 additions and 6 deletions

View File

@ -276,7 +276,7 @@ error:
#else // USE_RTSP
extern "C" int rtsp_server()
extern "C" int rtsp_server(rtsp_options_t *options)
{
return 0;
}