mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-10 17:35:59 +00:00
provide a GST_FUNCTION that just gives a string for now
Original commit message from CVS: provide a GST_FUNCTION that just gives a string for now
This commit is contained in:
parent
e81cae968a
commit
80b050c17c
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2005-11-02 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||
|
||||
* win32/common/config.h.in:
|
||||
provide a GST_FUNCTION that just gives a string for now
|
||||
|
||||
2005-11-02 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||
|
||||
* win32/common/gstenumtypes.c: (register_gst_object_flags),
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
#define GST_CACHE_DIR PREFIX "\\var\\cache"
|
||||
|
||||
/* macro to use to show function name */
|
||||
#undef GST_FUNCTION
|
||||
#define GST_FUNCTION "(function)"
|
||||
|
||||
/* Defined if gcov is enabled to force a rebuild due to config.h changing */
|
||||
#undef GST_GCOV_ENABLED
|
||||
|
|
Loading…
Reference in a new issue