summaryrefslogtreecommitdiffstats
path: root/ext/speex/Makefile.am
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2005-11-22 11:36:04 +0000
committerTim-Philipp Müller <tim@centricular.net>2005-11-22 11:36:04 +0000
commit8dbe2e262687fbcc5ed97d8db93bf72601538ff8 (patch)
tree18c4f61e19f321091139578ad103423f28e60bc0 /ext/speex/Makefile.am
parent99b2663862b77c41d51c52102fec9ff4027894c4 (diff)
ext/: libgsttagedit has been renamed to libgsttag.
Original commit message from CVS: * ext/flac/Makefile.am: * ext/speex/Makefile.am: libgsttagedit has been renamed to libgsttag.
Diffstat (limited to 'ext/speex/Makefile.am')
-rw-r--r--ext/speex/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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