mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-22 08:17:01 +00:00
gst/gstversion.h.in: Protect header.
Original commit message from CVS: * gst/gstversion.h.in: Protect header.
This commit is contained in:
parent
474d0415aa
commit
de305e8e62
2 changed files with 9 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2004-12-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
|
||||
|
||||
* gst/gstversion.h.in:
|
||||
Protect header.
|
||||
|
||||
2004-12-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
|
||||
|
||||
* gst/schedulers/gstoptimalscheduler.c:
|
||||
|
|
|
@ -24,6 +24,8 @@
|
|||
#ifndef __GST_VERSION_H__
|
||||
#define __GST_VERSION_H__
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
/*
|
||||
* Use these only when you want to know what GStreamer version your stuff was
|
||||
* compiled against.
|
||||
|
@ -36,4 +38,6 @@
|
|||
|
||||
void gst_version (guint *major, guint *minor, guint *micro);
|
||||
|
||||
G_END_DECLS
|
||||
|
||||
#endif /* __GST_VERSION_H__ */
|
||||
|
|
Loading…
Reference in a new issue