mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 22:36:33 +00:00
fix build
Original commit message from CVS: fix build
This commit is contained in:
parent
c514656e3a
commit
1048c62b2c
2 changed files with 4 additions and 1 deletions
|
@ -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:
|
||||
|
|
|
@ -16,7 +16,6 @@ libgstaudioresample_la_LIBADD = \
|
|||
$(GST_PLUGINS_BASE_LIBS) \
|
||||
$(GST_BASE_LIBS) \
|
||||
$(GST_LIBS) \
|
||||
-lgstaudio-$(GST_MAJORMINOR) \
|
||||
$(LIBOIL_LIBS) \
|
||||
$(LIBM)
|
||||
|
||||
|
|
Loading…
Reference in a new issue