[gstreamer-bugs] [Bug 604565] [gstcheck] Update check to 0.9.8
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Sat Dec 19 06:01:47 PST 2009
https://bugzilla.gnome.org/show_bug.cgi?id=604565
GStreamer | gstreamer (core) | git
--- Comment #5 from Tim-Philipp Müller <t.i.m at zen.co.uk> 2009-12-19 14:01:42 UTC ---
> You forgot to use #if HAVE_DECL_LOCALTIME_R instead of #ifdef
> HAVE_DECL_LOCALTIME_R (because HAVE_DECL_LOCALTIME_R is defined to 0 rather
> than undefined when the condition is false)
>
> Otherwise - yes, everything's fine.
Oh, true. However, something seems wrong with AC_CHECK_DECL, because even on
Linux I get that defined to 0 even though I'm pretty sure it's available.
AC_CHECK_FUNCS on the other hand seems to yield the right result, so I think
I'll use that instead.
--
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the Gstreamer-bugs
mailing list