[xiph-commits] r11460 - trunk/speex/win32/VS2005/speexenc

illiminable at svn.xiph.org illiminable at svn.xiph.org
Mon May 29 01:32:17 PDT 2006


Author: illiminable
Date: 2006-05-29 01:32:13 -0700 (Mon, 29 May 2006)
New Revision: 11460

Modified:
   trunk/speex/win32/VS2005/speexenc/speexenc.vcproj
Log:
* Fix the release build of speexenc

Modified: trunk/speex/win32/VS2005/speexenc/speexenc.vcproj
===================================================================
--- trunk/speex/win32/VS2005/speexenc/speexenc.vcproj	2006-05-29 04:24:15 UTC (rev 11459)
+++ trunk/speex/win32/VS2005/speexenc/speexenc.vcproj	2006-05-29 08:32:13 UTC (rev 11460)
@@ -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"



More information about the commits mailing list