mirror of
https://github.com/servo/servo.git
synced 2025-07-22 14:53:49 +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 = [
|
let non_uwp_plugins = [
|
||||||
|
"gstmatroska.dll",
|
||||||
"gstnice.dll",
|
"gstnice.dll",
|
||||||
"gstogg.dll",
|
"gstogg.dll",
|
||||||
"gstopengl.dll",
|
"gstopengl.dll",
|
||||||
|
|
|
@ -892,6 +892,7 @@ def package_gstreamer_dlls(env, servo_exe_dir, target, uwp):
|
||||||
|
|
||||||
if not uwp:
|
if not uwp:
|
||||||
gst_dlls += [
|
gst_dlls += [
|
||||||
|
"gstmatroska.dll",
|
||||||
"gstnice.dll",
|
"gstnice.dll",
|
||||||
"gstogg.dll",
|
"gstogg.dll",
|
||||||
"gstopengl.dll",
|
"gstopengl.dll",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue