From 1048c62b2c4f400888728ef16883b985dcec33b5 Mon Sep 17 00:00:00 2001 From: Christian Schaller Date: Fri, 28 Nov 2008 13:30:36 +0000 Subject: [PATCH] fix build Original commit message from CVS: fix build --- ChangeLog | 4 ++++ gst/speexresample/Makefile.am | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index cd8d84f..3cd68bc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-11-28 Christian Schaller + + * gst/speexresample/Makefile.am: fix build by removing -lgstaudio + 2008-11-28 Sebastian Dröge * docs/plugins/gst-plugins-base-plugins.args: diff --git a/gst/speexresample/Makefile.am b/gst/speexresample/Makefile.am index 767a606..0545971 100644 --- a/gst/speexresample/Makefile.am +++ b/gst/speexresample/Makefile.am @@ -16,7 +16,6 @@ libgstaudioresample_la_LIBADD = \ $(GST_PLUGINS_BASE_LIBS) \ $(GST_BASE_LIBS) \ $(GST_LIBS) \ - -lgstaudio-$(GST_MAJORMINOR) \ $(LIBOIL_LIBS) \ $(LIBM) -- 2.7.4