diff options
author | Tim-Philipp Müller <tim@centricular.net> | 2008-06-02 18:06:37 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2008-06-02 18:06:37 +0000 |
commit | 1562bef1dcce3107cc81698eb668ccb905c95a26 (patch) | |
tree | 39b57b0e24a81f9e8f3e6c361f55992b2e133ad5 | |
parent | f638d690fe173b9d9d7f10a0146057480f9a8eaf (diff) | |
download | gst-plugins-bad-1562bef1dcce3107cc81698eb668ccb905c95a26.tar.gz gst-plugins-bad-1562bef1dcce3107cc81698eb668ccb905c95a26.tar.bz2 gst-plugins-bad-1562bef1dcce3107cc81698eb668ccb905c95a26.zip |
ext/spc/Makefile.am: Dist tag.h
Original commit message from CVS:
* ext/spc/Makefile.am:
Dist tag.h
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | ext/spc/Makefile.am | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +2008-06-02 Tim-Philipp Müller <tim.muller at collabora co uk> + + * ext/spc/Makefile.am: + Dist tag.h + 2008-06-02 Wim Taymans <wim.taymans@collabora.co.uk> * ext/faad/gstfaad.c: (gst_faad_sink_event): diff --git a/ext/spc/Makefile.am b/ext/spc/Makefile.am index 656421bc..4a5b8039 100644 --- a/ext/spc/Makefile.am +++ b/ext/spc/Makefile.am @@ -6,4 +6,4 @@ libgstspc_la_CFLAGS = $(GST_CFLAGS) $(SPC_CFLAGS) libgstspc_la_LIBADD = $(GST_LIBS) $(SPC_LIBS) libgstspc_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -noinst_HEADERS = gstspc.h +noinst_HEADERS = gstspc.h tag.h |