mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
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:
parent
f22d0bce47
commit
c7d92fc08e
2 changed files with 7 additions and 1 deletions
|
@ -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):
|
||||
|
|
|
@ -138,7 +138,6 @@ libgstreamer_@GST_MAJORMINOR@_la_CFLAGS = \
|
|||
|
||||
libgstreamer_@GST_MAJORMINOR@_la_LIBADD = \
|
||||
$(GST_PARSE_LA) \
|
||||
$(VALGRIND_LIBS) \
|
||||
$(GST_ALL_LIBS) \
|
||||
$(XML_LIBS)
|
||||
|
||||
|
|
Loading…
Reference in a new issue