win32/common/config.h.in: Don't define GST_FUNCTION, if GLib supports MSVC we'd much...
authorOle André Vadla Ravnås <ole.andre.ravnas@tandberg.com>
Wed, 7 May 2008 19:09:08 +0000 (19:09 +0000)
committerOle André Vadla Ravnås <ole.andre.ravnas@tandberg.com>
Wed, 7 May 2008 19:09:08 +0000 (19:09 +0000)
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
win32/common/config.h.in

index cec869c1cd312f0ddb87f15d7df6da56abb9ca04..73d9bc948eba560dbe1f486326b9aafa265bc279 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
+
+       * 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  <ole.andre.ravnas at tandberg com>
 
        * gst/gstinfo.h (GST_FUNCTION):
index 671697aab0c6f2193dd4ac94b6f1d627eb7d791a..2d1770d878e713b5365f33b9ee9d228edc7232df 100644 (file)
@@ -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 */