mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-26 17:18:15 +00:00
dist fix
Original commit message from CVS: dist fix
This commit is contained in:
parent
99e7283568
commit
b1ed7faa30
1 changed files with 3 additions and 3 deletions
|
@ -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__ */
|
||||
|
|
Loading…
Reference in a new issue