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/alpha/alpha.vcproj | 6 +++--- gst/alpha/alphacolor.vcproj | 6 +++--- gst/auparse/auparse.vcproj | 6 +++--- gst/avi/avi.vcproj | 6 +++--- gst/cutter/cutter.vcproj | 6 +++--- gst/debug/debug.vcproj | 6 +++--- gst/debug/efence.vcproj | 6 +++--- gst/debug/navigationtest.vcproj | 6 +++--- gst/effectv/effectv.vcproj | 2 +- gst/flx/flxdec.vcproj | 6 +++--- gst/goom/goom.vcproj | 6 +++--- gst/interleave/interleave.vcproj | 6 +++--- gst/law/alaw.vcproj | 6 +++--- gst/law/mulaw.vcproj | 6 +++--- gst/matroska/matroska.vcproj | 6 +++--- gst/median/median.vcproj | 6 +++--- gst/multipart/multipart.vcproj | 6 +++--- gst/qtdemux/qtdemux.vcproj | 6 +++--- gst/rtp/rtp.vcproj | 6 +++--- gst/smpte/smpte.vcproj | 6 +++--- gst/spectrum/spectrum.vcproj | 6 +++--- gst/udp/udp.vcproj | 6 +++--- gst/videobox/videobox.vcproj | 6 +++--- gst/videocrop/videocrop.vcproj | 6 +++--- gst/videofilter/gamma.vcproj | 6 +++--- gst/videofilter/videobalance.vcproj | 6 +++--- gst/videofilter/videofilter.vcproj | 6 +++--- gst/videofilter/videoflip.vcproj | 6 +++--- gst/videoflip/videoflip.vcproj | 6 +++--- gst/videomixer/videomixer.vcproj | 6 +++--- gst/wavenc/wavenc.vcproj | 6 +++--- gst/wavparse/wavparse.vcproj | 6 +++--- 32 files changed, 94 insertions(+), 94 deletions(-) (limited to 'gst') diff --git a/gst/alpha/alpha.vcproj b/gst/alpha/alpha.vcproj index efffdf9f..c509318f 100644 --- a/gst/alpha/alpha.vcproj +++ b/gst/alpha/alpha.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;alpha_EXPORTS;HAVE_CONFIG_H" + PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;alpha_EXPORTS;HAVE_CONFIG_H;_USE_MATH_DEFINES" MinimalRebuild="TRUE" BasicRuntimeChecks="3" RuntimeLibrary="3" @@ -74,7 +74,7 @@