mirror of
https://github.com/servo/servo.git
synced 2025-07-23 15:23:42 +01:00
Allow playing video/webm on Windows
This commit is contained in:
parent
6ca62aa0de
commit
ea6cff4b8d
2 changed files with 2 additions and 0 deletions
|
@ -166,6 +166,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