mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 18:51:11 +00:00
playback, ogg: dist new gstplayback.h and gstogg.h
This commit is contained in:
parent
57b64c001a
commit
62b1764552
3 changed files with 9 additions and 6 deletions
|
@ -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 = \
|
||||
|
|
|
@ -53,6 +53,7 @@ libgstdecodebin2_la_LIBADD = \
|
|||
libgstdecodebin2_la_LIBTOOLFLAGS = --tag=disable-static
|
||||
|
||||
noinst_HEADERS = \
|
||||
gstplayback.h \
|
||||
gstplaybasebin.h \
|
||||
gstplaysink.h \
|
||||
gststreaminfo.h \
|
||||
|
|
|
@ -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__ */
|
||||
|
|
Loading…
Reference in a new issue