summaryrefslogtreecommitdiffstats
path: root/ext
diff options
context:
space:
mode:
Diffstat (limited to 'ext')
-rw-r--r--ext/flac/Makefile.am2
-rw-r--r--ext/speex/Makefile.am2
2 files changed, 2 insertions, 2 deletions
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