diff --git a/sunshine/video.cpp b/sunshine/video.cpp index 1a9fc947..365cabf9 100644 --- a/sunshine/video.cpp +++ b/sunshine/video.cpp @@ -516,10 +516,10 @@ static std::vector encoders { nvenc, amdvce, #endif + software, #ifdef __linux__ - vaapi, + vaapi #endif - software }; void reset_display(std::shared_ptr &disp, AVHWDeviceType type) {