Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikkel Krautz <mikkel@krautz.dk>2015-05-29 01:39:42 +0300
committerMikkel Krautz <mikkel@krautz.dk>2015-05-29 01:40:06 +0300
commit239b89c7fcb498b053ba1270454f137eb3a67d60 (patch)
tree7c3c4aafab6b33e7cc979e924e543574792dd05e /installer
parent9ee9e8ad48432fb98d35af3b31c040f3a8cd7e95 (diff)
installer: rearrange codec components in the installer.
Diffstat (limited to 'installer')
-rw-r--r--installer/Files.wxs45
1 files changed, 23 insertions, 22 deletions
diff --git a/installer/Files.wxs b/installer/Files.wxs
index 427f9fc6b..1becd1355 100644
--- a/installer/Files.wxs
+++ b/installer/Files.wxs
@@ -44,6 +44,7 @@
<Component Id="mumble_ol_helper_x64.exe">
<File Source="$(var.SourceDir)\release\mumble_ol_helper_x64.exe" KeyPath="yes" />
</Component>
+
<Component Id="celt0.0.7.0.dll">
<File Source="$(var.SourceDir)\release\celt0.0.7.0.dll" KeyPath="yes" />
</Component>
@@ -56,7 +57,28 @@
<Component Id="opus.dll">
<File Source="$(var.SourceDir)\release\opus.dll" KeyPath="yes" />
</Component>
-
+
+ <?ifdef SSE ?>
+ <Component Id="celt0.0.7.0.sse.dll">
+ <File Source="$(var.SourceDir)\release\celt0.0.7.0.sse.dll" KeyPath="yes" />
+ </Component>
+ <Component Id="celt0.0.11.0.sse.dll">
+ <File Source="$(var.SourceDir)\release\celt0.0.11.0.sse.dll" KeyPath="yes" />
+ </Component>
+ <?endif ?>
+
+ <?ifdef SSE2 ?>
+ <Component Id="celt0.0.7.0.sse2.dll">
+ <File Source="$(var.SourceDir)\release\celt0.0.7.0.sse2.dll" KeyPath="yes" />
+ </Component>
+ <Component Id="celt0.0.11.0.sse2.dll">
+ <File Source="$(var.SourceDir)\release\celt0.0.11.0.sse2.dll" KeyPath="yes" />
+ </Component>
+ <Component Id="opus.sse2.dll">
+ <File Source="$(var.SourceDir)\release\opus.sse2.dll" KeyPath="yes" />
+ </Component>
+ <?endif ?>
+
<?ifdef G15 ?>
<Component Id="mumble_g15_helper.exe">
<File Source="$(var.SourceDir)\release\mumble-g15-helper.exe" KeyPath="yes" />
@@ -117,27 +139,6 @@
</Component>
<?endif ?>
- <?ifdef SSE ?>
- <Component Id="celt0.0.7.0.sse.dll">
- <File Source="$(var.SourceDir)\release\celt0.0.7.0.sse.dll" KeyPath="yes" />
- </Component>
- <Component Id="celt0.0.11.0.sse.dll">
- <File Source="$(var.SourceDir)\release\celt0.0.11.0.sse.dll" KeyPath="yes" />
- </Component>
- <?endif ?>
-
- <?ifdef SSE2 ?>
- <Component Id="celt0.0.7.0.sse2.dll">
- <File Source="$(var.SourceDir)\release\celt0.0.7.0.sse2.dll" KeyPath="yes" />
- </Component>
- <Component Id="celt0.0.11.0.sse2.dll">
- <File Source="$(var.SourceDir)\release\celt0.0.11.0.sse2.dll" KeyPath="yes" />
- </Component>
- <Component Id="opus.sse2.dll">
- <File Source="$(var.SourceDir)\release\opus.sse2.dll" KeyPath="yes" />
- </Component>
- <?endif ?>
-
<?ifdef RedistDirVC12 ?>
<Component Id="msvcp120.dll">
<File Source="$(var.RedistDirVC12)\msvcp120.dll" KeyPath="yes" />