diff --git a/ChangeLog b/ChangeLog index 8080c38a3d..9be116b40b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-11-22 Tim-Philipp Müller + + * ext/flac/Makefile.am: + * ext/speex/Makefile.am: + libgsttagedit has been renamed to libgsttag. + 2005-11-21 Wim Taymans * gst/rtsp/rtspconnection.c: (read_body): diff --git a/ext/flac/Makefile.am b/ext/flac/Makefile.am index 59a2ee89e0..b7f1c3f17c 100644 --- a/ext/flac/Makefile.am +++ b/ext/flac/Makefile.am @@ -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 diff --git a/ext/speex/Makefile.am b/ext/speex/Makefile.am index eedb7f5fd1..b643e11172 100644 --- a/ext/speex/Makefile.am +++ b/ext/speex/Makefile.am @@ -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