From 017c7b22b8cbfb556129cef355a4c0c1aea0229a Mon Sep 17 00:00:00 2001 From: Steve Lhomme Date: Tue, 27 Jul 2004 09:48:51 +0000 Subject: avoid problems with math.h, fix release dependancy Original commit message from CVS: avoid problems with math.h, fix release dependancy --- gst-libs/gst/audio/audio.vcproj | 6 +++--- gst-libs/gst/audio/audiofilter.vcproj | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'gst-libs/gst/audio') diff --git a/gst-libs/gst/audio/audio.vcproj b/gst-libs/gst/audio/audio.vcproj index 5628e1bf..c2d78933 100644 --- a/gst-libs/gst/audio/audio.vcproj +++ b/gst-libs/gst/audio/audio.vcproj @@ -21,7 +21,7 @@ Name="VCCLCompilerTool" Optimization="0" AdditionalIncludeDirectories="../../../../gstreamer/win32;../../../../gstreamer;../../../../gstreamer/libs;../../../../glib;../../../../glib/glib;../../../../glib/gmodule;"../../../gst-libs";../../../../popt/include;../../../../libxml2/include/libxml2" - PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;AUDIO_EXPORTS;HAVE_CONFIG_H" + PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;AUDIO_EXPORTS;HAVE_CONFIG_H;_USE_MATH_DEFINES" MinimalRebuild="TRUE" BasicRuntimeChecks="3" RuntimeLibrary="3" @@ -75,7 +75,7 @@