[Bug 599546] [0.10/1.0] Faster read/write macros

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Jun 6 10:36:30 PDT 2012


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

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

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

--- Comment #24 from Tim-Philipp Müller <t.i.m at zen.co.uk> 2012-06-06 17:36:25 UTC ---
(From update of attachment 215762)
>+#ifdef HAVE_UNALIGNED_ACCESS

I think there are still two issues with this:

a) HAVE_XYZ is from config.h, which is not an installed header, so you can't
use this in an installed header (well, you can, but it doesn't do what you want
it to do). You can only use defines from gstconfig.h, like
GST_HAVE_UNALIGNED_ACCESS

b) in configure.ac in core we always define GST_HAVE_UNALIGNED_ACCESS (to
either 1 or 0), so doing #ifdef is always true, I think (?).

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