mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 04:31:06 +00:00
fix header define
Original commit message from CVS: fix header define
This commit is contained in:
parent
3340efc044
commit
9e40c6c920
1 changed files with 3 additions and 3 deletions
|
@ -18,8 +18,8 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
#ifndef __GST_OGG_PLUGINS_H__
|
#ifndef __GST_TAG_EDIT_PRIVATE_H__
|
||||||
#define __GST_OGG_PLUGINS_H__
|
#define __GST_TAG_EDIT_PRIVATE_H__
|
||||||
|
|
||||||
#include <gst/tag/tag.h>
|
#include <gst/tag/tag.h>
|
||||||
|
|
||||||
|
@ -38,4 +38,4 @@ GType gst_vorbis_tag_get_type (void);
|
||||||
|
|
||||||
G_END_DECLS
|
G_END_DECLS
|
||||||
|
|
||||||
#endif /* __GST_OGG_PLUGINS_H__ */
|
#endif /* __GST_TAG_EDIT_PRIVATE_H__ */
|
||||||
|
|
Loading…
Reference in a new issue