playback, ogg: dist new gstplayback.h and gstogg.h

This commit is contained in:
Tim-Philipp Müller 2010-04-08 17:49:02 +01:00
parent 57b64c001a
commit 62b1764552
3 changed files with 9 additions and 6 deletions

View file

@ -8,14 +8,16 @@ libgstogg_la_SOURCES = \
gstoggaviparse.c \
gstoggparse.c \
gstoggstream.c \
gstoggstream.h \
dirac_parse.c \
dirac_parse.h \
vorbis_parse.c \
vorbis_parse.h
vorbis_parse.c
noinst_HEADERS = \
gstoggdemux.h gstoggmux.h
gstogg.h \
gstoggdemux.h \
gstoggmux.h \
gstoggstream.h \
dirac_parse.h \
vorbis_parse.h
libgstogg_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS) $(OGG_CFLAGS)
libgstogg_la_LIBADD = \

View file

@ -53,6 +53,7 @@ libgstdecodebin2_la_LIBADD = \
libgstdecodebin2_la_LIBTOOLFLAGS = --tag=disable-static
noinst_HEADERS = \
gstplayback.h \
gstplaybasebin.h \
gstplaysink.h \
gststreaminfo.h \

View file

@ -28,4 +28,4 @@ gboolean gst_play_bin_plugin_init (GstPlugin * plugin);
gboolean gst_play_bin2_plugin_init (GstPlugin * plugin);
#endif /* __GST_PLAY_SINK_H__ */
#endif /* __GST_PLAY_BACK_H__ */