- Up to 66.0.3359.81 - Bump to 66.0.3359.66 - Update chromium-gcc7.patch to include more quirks - Bump to 66.0.3359.45 - Bump to 66.0.3359.33 - Version bump to 66.0.3359.26 - Bump the requirement for the clang version - Conditionalize harfbuzz switch - Update to 66.0.3359.22 - Apply patches using %autopatch - Add patch to build with gcc7 properly chromium-gcc7.patch - Drop patch chromium-sandbox-pie.patch as we have pie default now - Add patch to build with leap variant of drm chromium-drm.patch - Add patch to build ffmpeg from system chromium-ffmpeg.patch - Up to 66.0.3355.0 - Disable clang by default again - Up to 66.0.3350.0 - Drop patch fix_network_api_crash.patch - Bump to 66.0.3343.3 - Bump to 65.0.3325.51 - Disable gconf support - Bump to 65.0.3325.31 - Update to 65.0.3325.18 - Try to have automatic ozone platform detection OBS-URL: https://build.opensuse.org/request/show/597716 OBS-URL: https://build.opensuse.org/package/show/network:chromium/chromium?expand=0&rev=1114
14 lines
449 B
Diff
14 lines
449 B
Diff
Index: chromium-65.0.3325.146/media/gpu/vaapi/vaapi_wrapper.cc
|
|
===================================================================
|
|
--- chromium-65.0.3325.146.orig/media/gpu/vaapi/vaapi_wrapper.cc
|
|
+++ chromium-65.0.3325.146/media/gpu/vaapi/vaapi_wrapper.cc
|
|
@@ -350,6 +350,8 @@ static VAEntrypoint GetVaEntryPoint(Vaap
|
|
case VaapiWrapper::kCodecModeMax:
|
|
NOTREACHED();
|
|
return VAEntrypointVLD;
|
|
+ default:
|
|
+ return 0;
|
|
}
|
|
}
|
|
|