gst/audioresample/debug.h: replace debug macros with variable number of parameters...
authorSébastien Moutte <sebastien@moutte.net>
Sun, 9 Apr 2006 17:14:22 +0000 (17:14 +0000)
committerSébastien Moutte <sebastien@moutte.net>
Sun, 9 Apr 2006 17:14:22 +0000 (17:14 +0000)
commit078324cd8286894acbdac049de2d404bbd397b4e
tree6cf6ba5b107f63e432303e2ee9a0f59debefa1e8
parentaa99af6027716c05207535294673a92c89916cc4
gst/audioresample/debug.h: replace debug macros with variable number of parameters by a simple alias to gstreamer sta...

Original commit message from CVS:
* gst/audioresample/debug.h:
replace debug macros with variable number of parameters
by a simple alias to gstreamer standard debug macros
(#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
supported by MSVC 6.0 and 7.1)
* gst/audioresample/resample.h:
define M_PI and rint for WIN32
* win32/common/libgstaudio.def:
* win32/common/libgstriff.def:
* win32/common/libgsttag.def:
* win32/common/libgstvideo.def:
add new exported functions
* win32/vs6:
update project files
gst/audioresample/debug.h
gst/audioresample/resample.h