From 077eab99a791cc067d19ce39aef612ad331a05c5 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Mon, 1 Mar 2004 15:55:01 +0000 Subject: [PATCH] fix plugin filename Original commit message from CVS: fix plugin filename --- ChangeLog | 12 ++++++++++++ gst/tags/Makefile.am | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index eb60189..709184b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2004-03-01 Thomas Vander Stichele + + * gst/tags/Makefile.am: fix plugin filename + +2004-03-01 Thomas Vander Stichele + + * 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 * sys/oss/gstosselement.c: (gst_osselement_probe), diff --git a/gst/tags/Makefile.am b/gst/tags/Makefile.am index 718d755..1ec3c91 100644 --- a/gst/tags/Makefile.am +++ b/gst/tags/Makefile.am @@ -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 -- 2.7.4