diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | ext/flac/Makefile.am | 2 | ||||
-rw-r--r-- | ext/speex/Makefile.am | 2 |
3 files changed, 8 insertions, 2 deletions
@@ -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): diff --git a/ext/flac/Makefile.am b/ext/flac/Makefile.am index 59a2ee89..b7f1c3f1 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 eedb7f5f..b643e111 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 |