ext/: libgsttagedit has been renamed to libgsttag.
authorTim-Philipp Müller <tim@centricular.net>
Tue, 22 Nov 2005 11:36:04 +0000 (11:36 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Tue, 22 Nov 2005 11:36:04 +0000 (11:36 +0000)
Original commit message from CVS:
* ext/flac/Makefile.am:
* ext/speex/Makefile.am:
libgsttagedit has been renamed to libgsttag.

ChangeLog
ext/flac/Makefile.am
ext/speex/Makefile.am

index 8080c38..9be116b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
+
+       * ext/flac/Makefile.am:
+       * ext/speex/Makefile.am:
+         libgsttagedit has been renamed to libgsttag.
+
 2005-11-21  Wim Taymans  <wim@fluendo.com>
 
        * gst/rtsp/rtspconnection.c: (read_body):
index 59a2ee8..b7f1c3f 100644 (file)
@@ -4,7 +4,7 @@ libgstflac_la_SOURCES = gstflac.c gstflacdec.c gstflacenc.c
 #gstflacenc.c gstflactag.c
 libgstflac_la_CFLAGS = $(GST_CFLAGS) -I$(top_srcdir) $(GST_PLUGINS_BASE_CFLAGS)
 libgstflac_la_LIBADD = $(GST_LIBS) $(FLAC_LIBS) $(GST_PLUGINS_BASE_LIBS) \
-    -lgsttagedit-@GST_MAJORMINOR@
+    -lgsttag-@GST_MAJORMINOR@
 libgstflac_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
 
 noinst_HEADERS = gstflacenc.h gstflacdec.h flac_compat.h gstflactag.h
index eedb7f5..b643e11 100644 (file)
@@ -3,7 +3,7 @@ plugin_LTLIBRARIES = libgstspeex.la
 libgstspeex_la_SOURCES = gstspeex.c gstspeexdec.c gstspeexenc.c
 libgstspeex_la_CFLAGS = $(GST_CFLAGS) $(SPEEX_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS)
 libgstspeex_la_LIBADD = $(GST_LIBS) $(SPEEX_LIBS) $(GST_PLUGINS_BASE_LIBS) \
-    -lgsttagedit-@GST_MAJORMINOR@
+    -lgsttag-@GST_MAJORMINOR@
 libgstspeex_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) $(GST_BASE_LIBS)
 
 noinst_HEADERS = gstspeexenc.h gstspeexdec.h