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/cdxaparse/cdxaparse.vcproj | 6 +++--- gst/chart/chart.vcproj | 6 +++--- gst/colorspace/colorspace.vcproj | 6 +++--- gst/deinterlace/deinterlace.vcproj | 6 +++--- gst/filter/filter.vcproj | 6 +++--- gst/flx/flxdec.vcproj | 6 +++--- gst/mixmatrix/mixmatrix.vcproj | 6 +++--- gst/mpeg1sys/mpeg1systemencode.vcproj | 6 +++--- gst/mpeg1videoparse/mp1videoparse.vcproj | 6 +++--- gst/mpeg2sub/mpeg2subt.vcproj | 6 +++--- gst/mpegaudioparse/mpegaudioparse.vcproj | 6 +++--- gst/multifilesink/multifilesink.vcproj | 6 +++--- gst/overlay/overlay.vcproj | 6 +++--- gst/passthrough/passthrough.vcproj | 6 +++--- gst/qtdemux/qtdemux.vcproj | 6 +++--- gst/rtjpeg/rtjpeg.vcproj | 6 +++--- gst/smooth/smooth.vcproj | 6 +++--- gst/smpte/smpte.vcproj | 6 +++--- gst/spectrum/spectrum.vcproj | 6 +++--- gst/speed/speed.vcproj | 6 +++--- gst/stereo/stereo.vcproj | 6 +++--- gst/switch/switch.vcproj | 6 +++--- gst/videocrop/videocrop.vcproj | 6 +++--- gst/videodrop/videodrop.vcproj | 6 +++--- gst/virtualdub/virtualdub.vcproj | 6 +++--- gst/y4m/y4menc.vcproj | 6 +++--- 26 files changed, 78 insertions(+), 78 deletions(-) (limited to 'gst') diff --git a/gst/cdxaparse/cdxaparse.vcproj b/gst/cdxaparse/cdxaparse.vcproj index f03ae19c..47d16b2a 100644 --- a/gst/cdxaparse/cdxaparse.vcproj +++ b/gst/cdxaparse/cdxaparse.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;cdxaparse_EXPORTS;HAVE_CONFIG_H" + PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;cdxaparse_EXPORTS;HAVE_CONFIG_H;_USE_MATH_DEFINES" MinimalRebuild="TRUE" BasicRuntimeChecks="3" RuntimeLibrary="3" @@ -74,7 +74,7 @@