record-daemon: fix build and features on windows
record-daemon / Build, check and test (push) Failing after 56s
record-daemon / Build, check and test (push) Failing after 56s
This commit is contained in:
@@ -299,7 +299,7 @@ pub fn detect_hardware_encoders() -> Vec<EncoderCapability> {
|
||||
info!("[ENCODER_DETECT] Starting hardware encoder detection...");
|
||||
|
||||
// Software encoding is always available=
|
||||
let capabilities = vec![EncoderCapability::Software];
|
||||
let mut capabilities = vec![EncoderCapability::Software];
|
||||
|
||||
#[cfg(target_os = "windows")]
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user