fix plugin filename

Original commit message from CVS:
fix plugin filename
This commit is contained in:
Thomas Vander Stichele 2004-03-01 15:55:01 +00:00
parent bb06b84c98
commit 077eab99a7
2 changed files with 13 additions and 1 deletions

View file

@ -1,3 +1,15 @@
2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
* gst/tags/Makefile.am: fix plugin filename
2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
* examples/gstplay/player.c: (got_time_tick), (main):
add error handler
display time_tick more readably
* gst/mixmatrix/Makefile.am:
fix plugin file name
2004-02-29 Christophe Fergeau <teuf@gnome.org>
* sys/oss/gstosselement.c: (gst_osselement_probe),

View file

@ -1,5 +1,5 @@
plugin_LTLIBRARIES = libgsttagediting.la
plugin_LTLIBRARIES = libgsttagedit.la
libgsttagediting_la_SOURCES = gstvorbistag.c gsttagediting.c gstid3tag.c
libgsttagediting_la_CFLAGS = $(GST_CFLAGS) -I$(top_srcdir)/gst/tags