From 48429b2cdcc83e3131c1a4a6318e5a227bc4cf5f 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/videofilter/gamma.vcproj | 6 +++--- gst/videofilter/videobalance.vcproj | 6 +++--- gst/videofilter/videofilter.vcproj | 6 +++--- gst/videofilter/videoflip.vcproj | 6 +++--- 4 files changed, 12 insertions(+), 12 deletions(-) (limited to 'gst/videofilter') diff --git a/gst/videofilter/gamma.vcproj b/gst/videofilter/gamma.vcproj index ea11283f..d42e20d5 100644 --- a/gst/videofilter/gamma.vcproj +++ b/gst/videofilter/gamma.vcproj @@ -20,7 +20,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;gamma_EXPORTS;HAVE_CONFIG_H" + PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;gamma_EXPORTS;HAVE_CONFIG_H;_USE_MATH_DEFINES" MinimalRebuild="TRUE" BasicRuntimeChecks="3" RuntimeLibrary="3" @@ -74,7 +74,7 @@