[Bug 697550] Winpthreads compatibility

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Apr 9 11:25:12 PDT 2013


https://bugzilla.gnome.org/show_bug.cgi?id=697550
  GStreamer | gstreamer (core) | git

Sebastian Dröge <slomo> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #240941|none                        |needs-work
             status|                            |

--- Comment #2 from Sebastian Dröge <slomo at circular-chaos.org> 2013-04-09 18:25:05 UTC ---
Review of attachment 240941:
 --> (https://bugzilla.gnome.org/review?bug=697550&attachment=240941)

::: configure.ac
@@ +461,3 @@
+  ], [
+    AC_CHECK_LIB(pthread, clock_gettime, [
+      AC_DEFINE(HAVE_CLOCK_GETTIME, 1)

That #define is used nowhere :) The patch is correct of course but without
using that #define somewhere in the code it feels a bit useless.

Could you combine this with the POSIX_TIMERS stuff that is checked/defined
below?

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list