[Bug 709423] v4l2bufferpool: O_CLOEXEC needs _GNU_SOURCE

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Oct 4 14:34:13 CEST 2013


https://bugzilla.gnome.org/show_bug.cgi?id=709423
  GStreamer | gst-plugins-good | 1.2.0

Sebastian Dröge (slomo) <slomo> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|HEAD                        |1.3.1

--- Comment #4 from Sebastian Dröge (slomo) <slomo at circular-chaos.org> 2013-10-04 12:34:06 UTC ---
commit 94f3d6fc077947e2dde3e40dce4718ef84deb15c
Author: Peter Korsgaard <peter at korsgaard.com>
Date:   Fri Oct 4 13:34:09 2013 +0200

    v4l2bufferpool: O_CLOEXEC needs _GNU_SOURCE

    On some systems (E.G. uClibc and older Glibc versions), O_CLOEXEC is only
    defined when _GNU_SOURCE is specified, so do so.

    _GNU_SOURCE needs to be defined before any system headers are included,
    so move the fcntl.h section up.

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

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