From 7a22e13f034e6abcbc785fc99fd5b6da7b70f7cf Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ole=20Andr=C3=A9=20Vadla=20Ravn=C3=A5s?= Date: Wed, 7 May 2008 19:50:27 +0000 Subject: [PATCH] win32/common/config.h.in: Don't define GST_FUNCTION, if GLib supports MSVC we'd much rather use the real thing than h... Original commit message from CVS: * win32/common/config.h.in: Don't define GST_FUNCTION, if GLib supports MSVC we'd much rather use the real thing than having "???" unconditionally. --- ChangeLog | 6 ++++++ win32/common/config.h.in | 3 --- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index c8e1724..bb101c3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-05-07 Ole André Vadla Ravnås + + * win32/common/config.h.in: + Don't define GST_FUNCTION, if GLib supports MSVC we'd much rather + use the real thing than having "???" unconditionally. + 2008-05-07 Wim Taymans * gst-libs/gst/audio/gstbaseaudiosink.c: diff --git a/win32/common/config.h.in b/win32/common/config.h.in index 47e67c5..cc7ba05 100644 --- a/win32/common/config.h.in +++ b/win32/common/config.h.in @@ -26,9 +26,6 @@ /* gettext package name */ #define GETTEXT_PACKAGE "@GETTEXT_PACKAGE@" -/* macro to use to show function name */ -#define GST_FUNCTION "(function)" - /* Defined if gcov is enabled to force a rebuild due to config.h changing */ #undef GST_GCOV_ENABLED -- 2.7.4