mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 00:01:23 +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
b2aee5ef76
commit
cfe9a2f6bb
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 Wim Taymans <wim.taymans@collabora.co.uk>
|
2008-05-07 Wim Taymans <wim.taymans@collabora.co.uk>
|
||||||
|
|
||||||
* gst-libs/gst/app/.cvsignore:
|
* gst-libs/gst/app/.cvsignore:
|
||||||
|
|
|
@ -14,9 +14,6 @@
|
||||||
/* Location of registry */
|
/* Location of registry */
|
||||||
#define GST_CACHE_DIR PREFIX "\\var\\cache"
|
#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 */
|
/* 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