[gstreamer-bugs] [Bug 574213] Use newer version of libcheck

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Thu Mar 19 14:38:40 PDT 2009


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=574213

  GStreamer | gstreamer (core) | Ver: git

Tim-Philipp Müller changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|HEAD                        |0.10.23




------- Comment #4 from Tim-Philipp Müller  2009-03-19 21:39 UTC -------
Only in SVN after 0.9.6 it seems:

$ grep -r --include='*.h' _tcase_add_test . | grep void
./check-0.9.4/src/check.h:void _tcase_add_test (TCase *tc, TFun tf, const char
*fname, int signal, int start, int end);
./check-0.9.5/src/check.h:void _tcase_add_test (TCase *tc, TFun tf, const char
*fname, int signal, int start, int end);
./check-0.9.6/src/check.h:void CK_EXPORT _tcase_add_test (TCase *tc, TFun tf,
const char *fname, int _signal, int start, int end);

commit d430552ec3767a928b6b9e07a49dbaf8ad966808
Author: Tim-Philipp Müller <tim.muller at collabora.co.uk>
Date:   Thu Mar 19 21:27:48 2009 +0000

    gstcheck: fix for check versions > 0.9.6

    A new argument allowed_exit_value was added in SVN recently (#574213).


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=574213.




More information about the Gstreamer-bugs mailing list