From 62b1764552a0ae14f0af02cadf85fb6f59801946 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Thu, 8 Apr 2010 17:49:02 +0100 Subject: [PATCH] playback, ogg: dist new gstplayback.h and gstogg.h --- ext/ogg/Makefile.am | 12 +++++++----- gst/playback/Makefile.am | 1 + gst/playback/gstplayback.h | 2 +- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/ext/ogg/Makefile.am b/ext/ogg/Makefile.am index 77d48f4aa5..d993bca338 100644 --- a/ext/ogg/Makefile.am +++ b/ext/ogg/Makefile.am @@ -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 = \ diff --git a/gst/playback/Makefile.am b/gst/playback/Makefile.am index db5d3f431e..7f5a900f7e 100644 --- a/gst/playback/Makefile.am +++ b/gst/playback/Makefile.am @@ -53,6 +53,7 @@ libgstdecodebin2_la_LIBADD = \ libgstdecodebin2_la_LIBTOOLFLAGS = --tag=disable-static noinst_HEADERS = \ + gstplayback.h \ gstplaybasebin.h \ gstplaysink.h \ gststreaminfo.h \ diff --git a/gst/playback/gstplayback.h b/gst/playback/gstplayback.h index e50705dd4c..4be121ca21 100644 --- a/gst/playback/gstplayback.h +++ b/gst/playback/gstplayback.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__ */