mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-03 14:08:56 +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) \
|
#define GST_IS_FILE_INDEX_CLASS(obj) \
|
||||||
(GST_TYPE_CHECK_CLASS_TYPE ((klass), GST_TYPE_FILE_INDEX))
|
(GST_TYPE_CHECK_CLASS_TYPE ((klass), GST_TYPE_FILE_INDEX))
|
||||||
|
|
||||||
|
#ifndef __FUNCTION__
|
||||||
|
#define __FUNCTION__ "Unavailable"
|
||||||
|
#endif
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Object model:
|
* Object model:
|
||||||
*
|
*
|
||||||
|
|
|
@ -37,6 +37,10 @@
|
||||||
#define GST_IS_FILE_INDEX_CLASS(obj) \
|
#define GST_IS_FILE_INDEX_CLASS(obj) \
|
||||||
(GST_TYPE_CHECK_CLASS_TYPE ((klass), GST_TYPE_FILE_INDEX))
|
(GST_TYPE_CHECK_CLASS_TYPE ((klass), GST_TYPE_FILE_INDEX))
|
||||||
|
|
||||||
|
#ifndef __FUNCTION__
|
||||||
|
#define __FUNCTION__ "Unavailable"
|
||||||
|
#endif
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Object model:
|
* Object model:
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in a new issue