mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-06-22 15:00:57 -04:00
fix build
This commit is contained in:
parent
df6b303da7
commit
17527d68df
@ -530,6 +530,7 @@ namespace MediaBrowser.Controller.MediaEncoding
|
|||||||
.Append(' ')
|
.Append(' ')
|
||||||
.Append("-filter_hw_device ocl ");
|
.Append("-filter_hw_device ocl ");
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
if (state.IsVideoRequest
|
if (state.IsVideoRequest
|
||||||
&& string.Equals(encodingOptions.HardwareAccelerationType, "videotoolbox", StringComparison.OrdinalIgnoreCase))
|
&& string.Equals(encodingOptions.HardwareAccelerationType, "videotoolbox", StringComparison.OrdinalIgnoreCase))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user