mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
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.
This commit is contained in:
parent
bbca7f21d7
commit
8c35ec0115
2 changed files with 6 additions and 3 deletions
|
@ -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>
|
2008-05-07 Ole André Vadla Ravnås <ole.andre.ravnas at tandberg com>
|
||||||
|
|
||||||
* gst/gstinfo.h (GST_FUNCTION):
|
* gst/gstinfo.h (GST_FUNCTION):
|
||||||
|
|
|
@ -17,9 +17,6 @@
|
||||||
/* Define if pipeline parsing code is disabled */
|
/* Define if pipeline parsing code is disabled */
|
||||||
/* #undef GST_DISABLE_PARSE */
|
/* #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 */
|
/* Defined if gcov is enabled to force a rebuild due to config.h changing */
|
||||||
/* #undef GST_GCOV_ENABLED */
|
/* #undef GST_GCOV_ENABLED */
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue