Allow playing video/webm on Windows

This commit is contained in:
Fernando Jiménez Moreno 2019-09-24 13:32:15 +02:00
parent 6ca62aa0de
commit ea6cff4b8d
2 changed files with 2 additions and 0 deletions

View file

@ -166,6 +166,7 @@ mod media_platform {
];
let non_uwp_plugins = [
"gstmatroska.dll",
"gstnice.dll",
"gstogg.dll",
"gstopengl.dll",

View file

@ -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",