simgear/screen/video-encoder.cxx: fixed build failure when SG_FFMPEG undefined.

This commit is contained in:
Julian Smith
2022-05-01 23:23:26 +01:00
parent ac37f734ba
commit eb94d12c4f

View File

@@ -221,7 +221,8 @@ VideoEncoder::VideoEncoder(
const std::string& codec,
double quality,
double speed,
int bitrate
int bitrate,
bool log_sws_scale_stats
)
{
throw std::runtime_error("Video encoding is not available in this build of Flightgear");