gst/Makefile.am: Don't link against VALGRIND_LIBS. That was always the wrong thing to do, but only breaks with newer ...

Original commit message from CVS:
* gst/Makefile.am:
Don't link against VALGRIND_LIBS. That was always the wrong thing to
do, but only breaks with newer valgrind versions. We're not a
valgrind tool, we have no link-time dependencies on libcoregrind.
This commit is contained in:
Michael Smith 2005-11-16 11:29:57 +00:00
parent f22d0bce47
commit c7d92fc08e
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,10 @@
2005-11-16 Michael Smith <msmith@fluendo.com>
* gst/Makefile.am:
Don't link against VALGRIND_LIBS. That was always the wrong thing to
do, but only breaks with newer valgrind versions. We're not a
valgrind tool, we have no link-time dependencies on libcoregrind.
2005-11-16 Thomas Vander Stichele <thomas at apestaart dot org>
* gst/base/gstbasesrc.c: (gst_base_src_default_negotiate):

View file

@ -138,7 +138,6 @@ libgstreamer_@GST_MAJORMINOR@_la_CFLAGS = \
libgstreamer_@GST_MAJORMINOR@_la_LIBADD = \
$(GST_PARSE_LA) \
$(VALGRIND_LIBS) \
$(GST_ALL_LIBS) \
$(XML_LIBS)