mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-22 16:26:39 +00:00
Fixed Forte compile issue.
Original commit message from CVS: Fixed Forte compile issue.
This commit is contained in:
parent
09c6aaa2f8
commit
e5b66a8990
2 changed files with 8 additions and 0 deletions
|
@ -37,6 +37,10 @@
|
|||
#define GST_IS_FILE_INDEX_CLASS(obj) \
|
||||
(GST_TYPE_CHECK_CLASS_TYPE ((klass), GST_TYPE_FILE_INDEX))
|
||||
|
||||
#ifndef __FUNCTION__
|
||||
#define __FUNCTION__ "Unavailable"
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Object model:
|
||||
*
|
||||
|
|
|
@ -37,6 +37,10 @@
|
|||
#define GST_IS_FILE_INDEX_CLASS(obj) \
|
||||
(GST_TYPE_CHECK_CLASS_TYPE ((klass), GST_TYPE_FILE_INDEX))
|
||||
|
||||
#ifndef __FUNCTION__
|
||||
#define __FUNCTION__ "Unavailable"
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Object model:
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue