diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2003-12-14 21:27:49 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2003-12-14 21:27:49 +0000 |
commit | d0057be4521bb13cf680711bb80f85b3fbe21833 (patch) | |
tree | b83372e47b5839d43ef1d9a14bf94f014a04cba8 /gst-libs | |
parent | a907a8758a16676078f821e32c44cbc61b671909 (diff) | |
download | gst-plugins-bad-d0057be4521bb13cf680711bb80f85b3fbe21833.tar.gz gst-plugins-bad-d0057be4521bb13cf680711bb80f85b3fbe21833.tar.bz2 gst-plugins-bad-d0057be4521bb13cf680711bb80f85b3fbe21833.zip |
dist fix
Original commit message from CVS:
dist fix
Diffstat (limited to 'gst-libs')
-rw-r--r-- | gst-libs/gst/tag/tag.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gst-libs/gst/tag/tag.h b/gst-libs/gst/tag/tag.h index 24d3a2d3..97eaf936 100644 --- a/gst-libs/gst/tag/tag.h +++ b/gst-libs/gst/tag/tag.h @@ -18,8 +18,8 @@ */ -#ifndef __GST_TAG_H__ -#define __GST_TAG_H__ +#ifndef __GST_TAG_TAG_H__ +#define __GST_TAG_TAG_H__ #include <gst/gst.h> @@ -59,4 +59,4 @@ G_CONST_RETURN gchar * gst_tag_to_id3_tag (const gchar * gst_tag); G_END_DECLS -#endif /* __GST_TAG_H__ */ +#endif /* __GST_TAG_TAG_H__ */ |