[Bug 705208] [dvbsrc] should check if _XOPEN_SOURCE is already defined

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Sat Aug 3 10:11:28 PDT 2013


https://bugzilla.gnome.org/show_bug.cgi?id=705208
  GStreamer | gst-plugins-bad | git

Tim-Philipp Müller <t.i.m> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
                 CC|                            |t.i.m at zen.co.uk
         Resolution|                            |FIXED
   Target Milestone|HEAD                        |1.1.4

--- Comment #2 from Tim-Philipp Müller <t.i.m at zen.co.uk> 2013-08-03 17:11:21 UTC ---
Let's try this and see if it causes any problems.

 commit 933965984f96ed231f69996ebbdd4adad5da234d
 Author: Tim-Philipp Müller <tim at centricular.net>
 Date:   Sat Aug 3 18:07:30 2013 +0100

    dvbsrc: remove use of _XOPEN_SOURCE

    Which causes problems when used with _GNU_SOURCE apparently, and it
    seems it was only set because of usleep(), which we can just replace
    with g_usleep() until we get rid of those entirely.

    https://bugzilla.gnome.org/show_bug.cgi?id=705208

-- 
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