summaryrefslogtreecommitdiff
path: root/win32/vs7/libgstaudioconvert.vcproj
diff options
context:
space:
mode:
authorSébastien Moutte <sebastien@moutte.net>2006-02-28 21:21:07 +0000
committerSébastien Moutte <sebastien@moutte.net>2006-02-28 21:21:07 +0000
commit81311ccfc1acb7723383f0afb4e9937dff299fe7 (patch)
tree99bed63f4a81f4e4761a98149d46c7de8670961c /win32/vs7/libgstaudioconvert.vcproj
parent01bd84d06cb8007041aced504da147f055860140 (diff)
gst/audiotestsrc/gstaudiotestsrc.c: added defines of M_PI and M_PI_2
Original commit message from CVS: * gst/audiotestsrc/gstaudiotestsrc.c: added defines of M_PI and M_PI_2 * gst/ffmpegcolorspace/avcodec.h: removed #include "stdint.h" for win32 as _stdint.h is autogenerated to win32/common * win32/common/libgstaudio.def: * win32/common/libgsttag.def: added some exports * win32/vs6: some project files bugs corrected * win32/vs7: project files are reset to the default vs7 configuration (they link to msvcr71.dll using default optimizations)
Diffstat (limited to 'win32/vs7/libgstaudioconvert.vcproj')
-rw-r--r--win32/vs7/libgstaudioconvert.vcproj3
1 files changed, 1 insertions, 2 deletions
diff --git a/win32/vs7/libgstaudioconvert.vcproj b/win32/vs7/libgstaudioconvert.vcproj
index 3db620ac2..e63079258 100644
--- a/win32/vs7/libgstaudioconvert.vcproj
+++ b/win32/vs7/libgstaudioconvert.vcproj
@@ -22,7 +22,7 @@
AdditionalIncludeDirectories="../../../gstreamer,../../../gstreamer/libs,../../gst-libs,../common"
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;LIBGSTAUDIOCONVERT_EXPORTS;HAVE_CONFIG_H"
MinimalRebuild="TRUE"
- BasicRuntimeChecks="0"
+ BasicRuntimeChecks="3"
RuntimeLibrary="3"
UsePrecompiledHeader="0"
WarningLevel="3"
@@ -74,7 +74,6 @@
AdditionalIncludeDirectories="../../../gstreamer,../../../gstreamer/libs,../../gst-libs,../common"
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;LIBGSTAUDIOCONVERT_EXPORTS;HAVE_CONFIG_H"
RuntimeLibrary="2"
- BufferSecurityCheck="FALSE"
UsePrecompiledHeader="0"
WarningLevel="3"
Detect64BitPortabilityProblems="TRUE"