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