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:
authorThorvald Natvig <slicer@users.sourceforge.net>2009-10-25 03:10:51 +0300
committerThorvald Natvig <slicer@users.sourceforge.net>2009-10-25 03:51:24 +0300
commit9d3274b45473d8dda7b104f928df99d8cccfef73 (patch)
tree81436d7e056934ce2c248be499eeaa3c9cd60d65 /installer
parenta517f5a247f57e66e495179ef7838c5425ccdfb6 (diff)
Enable more SSE optimizations and compile Speex as dll
Diffstat (limited to 'installer')
-rw-r--r--installer/Mumble.nsi3
1 files changed, 3 insertions, 0 deletions
diff --git a/installer/Mumble.nsi b/installer/Mumble.nsi
index 5ea91fdc7..f1b21c1a3 100644
--- a/installer/Mumble.nsi
+++ b/installer/Mumble.nsi
@@ -261,6 +261,7 @@ Section "!$(MUMBLE_SEC_MUMBLE)" SectionMumble
File "..\release\mumble-g15-helper.exe"
!insertmacro InstallLib DLL NOTSHARED REBOOT_NOTPROTECTED "..\release\mumble_ol.dll" "$INSTDIR\mumble_ol.dll" "$INSTDIR"
File "..\release\celt.*.dll"
+ File "..\release\speex.dll"
SetOutPath "$INSTDIR\plugins"
File /oname=aoc.dll "..\release\plugins\aoc.dll"
@@ -303,6 +304,7 @@ Section "$(MUMBLE_SEC_MUMBLE11X)" SectionMumble11X
SetOutPath "$INSTDIR"
File "..\release\mumble11x.exe"
+ File "..\release\speex.dll"
!insertmacro MUI_STARTMENU_WRITE_BEGIN Application
;Create shortcuts
@@ -399,6 +401,7 @@ end:
Delete "$INSTDIR\murmur.exe"
Delete "$INSTDIR\mumble-g15-helper.exe"
Delete "$INSTDIR\celt.*.dll"
+ Delete "$INSTDIR\speexdsp.dll"
!insertmacro UnInstallLib DLL NOTSHARED REBOOT_NOTPROTECTED "$INSTDIR\mumble_ol.dll"
Delete "$INSTDIR\qos.reg"
Delete "$INSTDIR\murmur.ini"