Hello, if the RTSP muxer is disabled, compilation fails because rtsp_setup_output_streams is used via an implicit declaration. So either a forward declaration is needed or the #if should be moved inside the function or something like that...