mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 23:06:49 +00:00
gst/apetag/gstapedemux.h: Fix include, for now GstTagDemux is in the apetag dir.
Original commit message from CVS: * gst/apetag/gstapedemux.h: Fix include, for now GstTagDemux is in the apetag dir.
This commit is contained in:
parent
7142afe639
commit
6f224b2556
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2006-02-06 Tim-Philipp Müller <tim at centricular dot net>
|
||||||
|
|
||||||
|
* gst/apetag/gstapedemux.h:
|
||||||
|
Fix include, for now GstTagDemux is in the apetag dir.
|
||||||
|
|
||||||
2006-02-06 Tim-Philipp Müller <tim at centricular dot net>
|
2006-02-06 Tim-Philipp Müller <tim at centricular dot net>
|
||||||
|
|
||||||
* docs/plugins/Makefile.am:
|
* docs/plugins/Makefile.am:
|
||||||
|
|
|
@ -21,7 +21,7 @@
|
||||||
#ifndef __GST_APE_DEMUX_H__
|
#ifndef __GST_APE_DEMUX_H__
|
||||||
#define __GST_APE_DEMUX_H__
|
#define __GST_APE_DEMUX_H__
|
||||||
|
|
||||||
#include <gst/tag/gsttagdemux.h>
|
#include "gsttagdemux.h"
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue