summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--win32/common/config.h.in3
2 files changed, 6 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 25a0a8b2..4c6d7094 100644
--- 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 Wim Taymans <wim.taymans@collabora.co.uk>
* gst-libs/gst/app/.cvsignore:
diff --git a/win32/common/config.h.in b/win32/common/config.h.in
index a5be8d7c..40c6f517 100644
--- a/win32/common/config.h.in
+++ b/win32/common/config.h.in
@@ -14,9 +14,6 @@
/* Location of registry */
#define GST_CACHE_DIR PREFIX "\\var\\cache"
-/* macro to use to show function name */
-#undef GST_FUNCTION
-
/* Defined if gcov is enabled to force a rebuild due to config.h changing */
#undef GST_GCOV_ENABLED