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 --- ChangeLog | 92 +++++++++++++++++++++++++ gst-libs/gst/audio/audio.vcproj | 6 +- gst-libs/gst/audio/audiofilter.vcproj | 6 +- gst-libs/gst/colorbalance/colorbalance.vcproj | 6 +- gst-libs/gst/idct/idtc.vcproj | 6 +- gst-libs/gst/media-info/media-info.vcproj | 6 +- gst-libs/gst/mixer/mixer.vcproj | 6 +- gst-libs/gst/navigation/navigation.vcproj | 6 +- gst-libs/gst/play/play.vcproj | 6 +- gst-libs/gst/propertyprobe/propertyprobe.vcproj | 6 +- gst-libs/gst/resample/resample.vcproj | 6 +- gst-libs/gst/riff/riff.vcproj | 6 +- gst-libs/gst/tuner/tuner.vcproj | 6 +- gst-libs/gst/video/video.vcproj | 6 +- gst-libs/gst/xoverlay/xoverlay.vcproj | 6 +- 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 +- 41 files changed, 212 insertions(+), 120 deletions(-) diff --git a/ChangeLog b/ChangeLog index 0b814855..2356ed7e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,95 @@ +2004-07-27 Steve Lhomme + + * gst/ac3parse/ac3parse.vcproj + * gst/adder/adder.vcproj + * gst/alpha/alpha.vcproj + * gst/alpha/alphacolor.vcproj + * gst/asfdemux/asf.vcproj + * gst/audioconvert/audioconvert.vcproj + * gst/audiorate/audiorate.vcproj + * gst/audioscale/audioscale.vcproj + * gst/auparse/auparse.vcproj + * gst/avi/avi.vcproj + * gst/cdxaparse/cdxaparse.vcproj + * gst/chart/chart.vcproj + * gst/colorspace/colorspace.vcproj + * gst/cutter/cutter.vcproj + * gst/debug/debug.vcproj + * gst/debug/efence.vcproj + * gst/debug/navigationtest.vcproj + * gst/deinterlace/deinterlace.vcproj + * gst/effectv/effectv.vcproj + * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj + * gst/filter/filter.vcproj + * gst/flx/flxdec.vcproj + * gst/goom/goom.vcproj + * gst/interleave/interleave.vcproj + * gst/law/alaw.vcproj + * gst/law/mulaw.vcproj + * gst/matroska/matroska.vcproj + * gst/median/median.vcproj + * gst/mixmatrix/mixmatrix.vcproj + * gst/mpeg1sys/mpeg1systemencode.vcproj + * gst/mpeg1videoparse/mp1videoparse.vcproj + * gst/mpeg2sub/mpeg2subt.vcproj + * gst/mpegaudio/mpegaudio.vcproj + * gst/mpegaudioparse/mpegaudioparse.vcproj + * gst/mpegstream/mpegstream.vcproj + * gst/multifilesink/multifilesink.vcproj + * gst/multipart/multipart.vcproj + * gst/oneton/oneton.vcproj + * gst/overlay/overlay.vcproj + * gst/passthrough/passthrough.vcproj + * gst/qtdemux/qtdemux.vcproj + * gst/realmedia/rmdemux.vcproj + * gst/rtjpeg/rtjpeg.vcproj + * gst/rtp/rtp.vcproj + * gst/silence/silence.vcproj + * gst/sine/sinesrc.vcproj + * gst/smooth/smooth.vcproj + * gst/smpte/smpte.vcproj + * gst/spectrum/spectrum.vcproj + * gst/speed/speed.vcproj + * gst/stereo/stereo.vcproj + * gst/switch/switch.vcproj + * gst/tags/tagedit.vcproj + * gst/tcp/tcp.vcproj + * gst/typefind/typefindfunctions.vcproj + * gst/udp/udp.vcproj + * gst/videobox/videobox.vcproj + * gst/videocrop/videocrop.vcproj + * gst/videodrop/videodrop.vcproj + * gst/videofilter/gamma.vcproj + * gst/videofilter/videobalance.vcproj + * gst/videofilter/videofilter.vcproj + * gst/videofilter/videoflip.vcproj + * gst/videoflip/videoflip.vcproj + * gst/videomixer/videomixer.vcproj + * gst/videorate/videorate.vcproj + * gst/videoscale/videoscale.vcproj + * gst/videotestsrc/videotestsrc.vcproj + * gst/virtualdub/virtualdub.vcproj + * gst/volenv/volenv.vcproj + * gst/volume/volume.vcproj + * gst/wavenc/wavenc.vcproj + * gst/wavparse/wavparse.vcproj + * gst/y4m/y4menc.vcproj + * gst-libs/gst/audio/audio.vcproj + * gst-libs/gst/audio/audiofilter.vcproj + * gst-libs/gst/colorbalance/colorbalance.vcproj + * gst-libs/gst/idct/idtc.vcproj + * gst-libs/gst/media-info/media-info.vcproj + * gst-libs/gst/mixer/mixer.vcproj + * gst-libs/gst/navigation/navigation.vcproj + * gst-libs/gst/play/play.vcproj + * gst-libs/gst/propertyprobe/propertyprobe.vcproj + * gst-libs/gst/resample/resample.vcproj + * gst-libs/gst/riff/riff.vcproj + * gst-libs/gst/tuner/tuner.vcproj + * gst-libs/gst/video/video.vcproj + * gst-libs/gst/xoverlay/xoverlay.vcproj + avoid problems with math.h, fix release dependancy + 2004-07-27 Julien MOUTTE * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate): 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 @@