MediaCapture: Warning fix

This commit is contained in:
Stenzek
2024-08-11 23:46:44 +10:00
parent af47eb6956
commit 62eb557832
3 changed files with 13 additions and 12 deletions

View File

@ -86,7 +86,7 @@ float SettingInfo::FloatStepValue() const
#if defined(_WIN32)
const MediaCaptureBackend Settings::DEFAULT_MEDIA_CAPTURE_BACKEND = MediaCaptureBackend::MediaFoundation;
#elif !defined(__ANDROID__)
const MediaCaptureBackend Settings::DEFAULT_MEDIA_CAPTURE_BACKEND = MediaCaptureBackend::FFMPEG;
const MediaCaptureBackend Settings::DEFAULT_MEDIA_CAPTURE_BACKEND = MediaCaptureBackend::FFmpeg;
#endif
Settings::Settings()