fix build

Original commit message from CVS:
fix build
This commit is contained in:
Christian Schaller 2008-11-28 13:30:36 +00:00
parent c514656e3a
commit 1048c62b2c
2 changed files with 4 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2008-11-28 Christian Schaller <christian.schaller@collabora.co.uk>
* gst/speexresample/Makefile.am: fix build by removing -lgstaudio
2008-11-28 Sebastian Dröge <sebastian.droege@collabora.co.uk>
* docs/plugins/gst-plugins-base-plugins.args:

View file

@ -16,7 +16,6 @@ libgstaudioresample_la_LIBADD = \
$(GST_PLUGINS_BASE_LIBS) \
$(GST_BASE_LIBS) \
$(GST_LIBS) \
-lgstaudio-$(GST_MAJORMINOR) \
$(LIBOIL_LIBS) \
$(LIBM)