mirror of
https://github.com/servo/servo.git
synced 2025-06-29 11:33:39 +01:00
Auto merge of #23889 - servo:jdm-patch-48, r=jdm
Correct GStreamer packaging issues As reported by someone trying to build the UWP app for the very first time. <!-- 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/23889) <!-- Reviewable:end -->
This commit is contained in:
commit
570788610f
2 changed files with 3 additions and 2 deletions
|
@ -768,6 +768,7 @@ def package_gstreamer_dlls(env, servo_exe_dir, target, uwp):
|
||||||
"gstreamer-1.0-0.dll",
|
"gstreamer-1.0-0.dll",
|
||||||
"gstriff-1.0-0.dll",
|
"gstriff-1.0-0.dll",
|
||||||
"gstrtp-1.0-0.dll",
|
"gstrtp-1.0-0.dll",
|
||||||
|
"gstrtsp-1.0-0.dll",
|
||||||
"gstsdp-1.0-0.dll",
|
"gstsdp-1.0-0.dll",
|
||||||
"gsttag-1.0-0.dll",
|
"gsttag-1.0-0.dll",
|
||||||
"gstvideo-1.0-0.dll",
|
"gstvideo-1.0-0.dll",
|
||||||
|
|
|
@ -285,7 +285,7 @@
|
||||||
<DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">true</DeploymentContent>
|
<DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">true</DeploymentContent>
|
||||||
</None>
|
</None>
|
||||||
<None Include="..\..\..\target\aarch64-pc-windows-msvc\debug\gstsdp-1.0-0.dll">
|
<None Include="..\..\..\target\aarch64-pc-windows-msvc\debug\gstsdp-1.0-0.dll">
|
||||||
<DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">true</DeploymentContent>
|
<DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">true</DeploymentContent>
|
||||||
</None>
|
</None>
|
||||||
<None Include="..\..\..\target\aarch64-pc-windows-msvc\debug\gsttag-1.0-0.dll">
|
<None Include="..\..\..\target\aarch64-pc-windows-msvc\debug\gsttag-1.0-0.dll">
|
||||||
<DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">true</DeploymentContent>
|
<DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">true</DeploymentContent>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue