diff options
author | Tim-Philipp Müller <tim@centricular.net> | 2007-06-14 15:56:03 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2007-06-14 15:56:03 +0000 |
commit | 3ee7f4c8a48baafd2a7fa5ac5e93a785d087b062 (patch) | |
tree | c4d013696657a79b410c40d35c8f2fec40e3921f /pkgconfig/gstreamer-check-uninstalled.pc.in | |
parent | 86e3999647766fe29b9b4034e522b6ae64a405f2 (diff) |
Ugly 'fix' for the controller unit test on the p5 bot: in fail_unless_equals_float() check whether the values are 'al...
Original commit message from CVS:
* libs/gst/check/Makefile.am:
* libs/gst/check/gstcheck.h:
* pkgconfig/gstreamer-check-uninstalled.pc.in:
* pkgconfig/gstreamer-check.pc.in:
Ugly 'fix' for the controller unit test on the p5 bot: in
fail_unless_equals_float() check whether the values are 'almost
equal' by allowing a small absolute error, which should be good
enough for our use cases (normal numbers and values close to 0).
Proper fixage left to floating point arithmetic aficionados.
Diffstat (limited to 'pkgconfig/gstreamer-check-uninstalled.pc.in')
-rw-r--r-- | pkgconfig/gstreamer-check-uninstalled.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgconfig/gstreamer-check-uninstalled.pc.in b/pkgconfig/gstreamer-check-uninstalled.pc.in index 248ee498b..97ce34f98 100644 --- a/pkgconfig/gstreamer-check-uninstalled.pc.in +++ b/pkgconfig/gstreamer-check-uninstalled.pc.in @@ -9,5 +9,5 @@ Description: Unit testing helper library for GStreamer modules, Not Installed Requires: gstreamer-@GST_MAJORMINOR@ = @VERSION@ Version: @VERSION@ -Libs: ${libdir}/libgstcheck-@GST_MAJORMINOR@.la @CHECK_LIBS@ +Libs: ${libdir}/libgstcheck-@GST_MAJORMINOR@.la @CHECK_LIBS@ -lm Cflags: -I${includedir} |