$OpenBSD$
Unbreak build.

Index: test/i965_avce_context_test.cpp
--- test/i965_avce_context_test.cpp.orig
+++ test/i965_avce_context_test.cpp
@@ -105,7 +105,7 @@ TEST_P(AVCEContextTest, RateControl)
     };
 
     for (auto rc : rateControls) {
-        ConfigAttribs attribs(1, {type:VAConfigAttribRateControl, value:rc});
+        ConfigAttribs attribs(1, {.type=VAConfigAttribRateControl, .value=rc});
 
         const VAStatus expect =
             (rc & supportedBRC.at(entrypoint)) ?
@@ -233,7 +233,7 @@ TEST_P(AVCEContextTest, ROISpecified)
 
     // The presence of the VAConfigAttribEncROI config attribute
     // will enable it for supported profile
-    ConfigAttribs attribs(1, {type:VAConfigAttribEncROI});
+    ConfigAttribs attribs(1, {.type=VAConfigAttribEncROI});
     ASSERT_NO_FAILURE(
         config = createConfig(profile, entrypoint, attribs);
         context = createContext(
