There was an error while loading. Please reload this page.
1 parent ba6f09a commit 03e7d6aCopy full SHA for 03e7d6a
1 file changed
webrtc-sys/build.rs
@@ -155,7 +155,7 @@ fn main() {
155
156
match target_arch.as_str() {
157
"x86_64" => {
158
- builder
+ builder
159
.file("src/vaapi/vaapi_display_drm.cpp")
160
.file("src/vaapi/vaapi_h264_encoder_wrapper.cpp")
161
.file("src/vaapi/vaapi_encoder_factory.cpp")
@@ -165,8 +165,7 @@ fn main() {
165
.file("src/vaapi/implib/libva.so.init.c")
166
.file("src/vaapi/implib/libva.so.tramp.S");
167
}
168
- _ => {},
169
-
+ _ => {}
170
171
172
builder.flag("-std=c++2a");
0 commit comments