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

github.com/mumble-voip/speexdsp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorilliminable <illiminable@0101bb08-14d6-0310-b084-bc0e0c8e3800>2006-05-29 12:32:13 +0400
committerilliminable <illiminable@0101bb08-14d6-0310-b084-bc0e0c8e3800>2006-05-29 12:32:13 +0400
commit2c959f39e2e4f9606f44d1ab7572a3b518bb7c34 (patch)
tree4a552c6e9ab372450533f266c345b9daa425197d /win32
parent9d99953b2d4c37bb3ebd728b761b6e37fff5ee4b (diff)
* Fix the release build of speexenc
git-svn-id: http://svn.xiph.org/trunk/speex@11460 0101bb08-14d6-0310-b084-bc0e0c8e3800
Diffstat (limited to 'win32')
-rw-r--r--win32/VS2005/speexenc/speexenc.vcproj3
1 files changed, 2 insertions, 1 deletions
diff --git a/win32/VS2005/speexenc/speexenc.vcproj b/win32/VS2005/speexenc/speexenc.vcproj
index d801f6f..68f68bb 100644
--- a/win32/VS2005/speexenc/speexenc.vcproj
+++ b/win32/VS2005/speexenc/speexenc.vcproj
@@ -4,6 +4,7 @@
Version="8.00"
Name="speexenc"
ProjectGUID="{CD6043D1-D5E7-46D0-854F-00BB1BC308FC}"
+ RootNamespace="speexenc"
Keyword="Win32Proj"
>
<Platforms>
@@ -126,7 +127,7 @@
EnableIntrinsicFunctions="true"
FavorSizeOrSpeed="1"
AdditionalIncludeDirectories="..\..\..\include;..\..\..\..\libogg\include;..\..\..\libspeex;..\.."
- PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;HAVE_CONFIG_H: USE_ALLOCA"
+ PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;HAVE_CONFIG_H"
StringPooling="true"
ExceptionHandling="0"
RuntimeLibrary="0"