[Bug 794493] Ubuntu Trusty Build failure due to __has_builtin

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Mar 19 18:03:31 UTC 2018


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

Tim-Philipp Müller <t.i.m at zen.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |t.i.m at zen.co.uk

--- Comment #1 from Tim-Philipp Müller <t.i.m at zen.co.uk> ---
Thanks for the bug report. Does it work if you remove the first #if block, so
that it becomes just

#if defined(__GNUC__) && __GNUC__ >= 4
#define rtp_ulpfec_ctz64 __builtin_ctzll
#else
...
#endif

?

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