diff --git a/ChangeLog b/ChangeLog index cec869c1cd..73d9bc948e 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 Ole André Vadla Ravnås * gst/gstinfo.h (GST_FUNCTION): diff --git a/win32/common/config.h.in b/win32/common/config.h.in index 671697aab0..2d1770d878 100644 --- a/win32/common/config.h.in +++ b/win32/common/config.h.in @@ -17,9 +17,6 @@ /* Define if pipeline parsing code is disabled */ /* #undef GST_DISABLE_PARSE */ -/* 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 */