mirror of
https://github.com/servo/servo.git
synced 2025-07-21 22:33:41 +01:00
Auto merge of #24280 - ferjm:webm, r=jdm
Allow playing video/webm on Windows - [X] `./mach build -d` does not report any errors - [X] `./mach test-tidy` does not report any errors This makes video/webm play on non-UWP Windows. I couldn't find the equivalent gstmatroska.dll on our GStreamer binaries for UWP. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/24280) <!-- Reviewable:end -->
This commit is contained in:
commit
4f45b3bbe1
2 changed files with 2 additions and 0 deletions
|
@ -194,6 +194,7 @@ mod media_platform {
|
|||
];
|
||||
|
||||
let non_uwp_plugins = [
|
||||
"gstmatroska.dll",
|
||||
"gstnice.dll",
|
||||
"gstogg.dll",
|
||||
"gstopengl.dll",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue