summaryrefslogtreecommitdiff
path: root/src/libFLAC/libFLAC_dynamic.vcproj
diff options
context:
space:
mode:
authorJosh Coalson <jcoalson@users.sourceforce.net>2009-01-03 02:13:17 +0000
committerJosh Coalson <jcoalson@users.sourceforce.net>2009-01-03 02:13:17 +0000
commit0915a551eb4d7f46dfee95cb7f0583c1f4a76807 (patch)
tree5ef30022b86b2b48fc1bc37ee5a1b980e7daf3a7 /src/libFLAC/libFLAC_dynamic.vcproj
parent8e28e43b2584bd22681072bbbbd15bc0ca676717 (diff)
downloadflac-0915a551eb4d7f46dfee95cb7f0583c1f4a76807.tar.gz
Fixes for Sun Studio/Forte; us AC_C_INLINE to detect inline keyword for compiler; eliminate floating point calcs in RG analysis array size calculations (SF#1701960: https://sourceforge.net/tracker2/?func=detail&aid=1701960&group_id=13478&atid=313478)
Diffstat (limited to 'src/libFLAC/libFLAC_dynamic.vcproj')
-rw-r--r--src/libFLAC/libFLAC_dynamic.vcproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libFLAC/libFLAC_dynamic.vcproj b/src/libFLAC/libFLAC_dynamic.vcproj
index f2322c34..b31cb17f 100644
--- a/src/libFLAC/libFLAC_dynamic.vcproj
+++ b/src/libFLAC/libFLAC_dynamic.vcproj
@@ -119,7 +119,7 @@
OmitFramePointers="true"
WholeProgramOptimization="true"
AdditionalIncludeDirectories=".\include;..\..\include"
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;FLAC_API_EXPORTS;FLAC__HAS_OGG;FLAC__CPU_IA32;FLAC__HAS_NASM;FLAC__USE_3DNOW;VERSION=\&quot;1.2.0\&quot;"
+ PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;FLAC_API_EXPORTS;FLAC__HAS_OGG;FLAC__CPU_IA32;FLAC__HAS_NASM;FLAC__USE_3DNOW;VERSION=\&quot;1.2.0\&quot;;FLaC__INLINE=_inline"
RuntimeLibrary="0"
BufferSecurityCheck="false"
UsePrecompiledHeader="0"