[Bug 599546] Faster read/write macros
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Mon Mar 5 16:19:01 PST 2012
https://bugzilla.gnome.org/show_bug.cgi?id=599546
GStreamer | gstreamer (core) | git
--- Comment #19 from Tim-Philipp Müller <t.i.m at zen.co.uk> 2012-03-06 00:18:54 UTC ---
In addition to the above:
- we can't use HAVE_CPU_XYZ in a public header since it
comes from our private config.h (even if it was about the
target system and not the host)
- GST_HAVE_UNALIGNED_ACCESS in gstconfig.h is also
broken because it is also derived from the host and not the
target, so won't work right when cross-compiling.
- as an additional note, even if GST_HAVE_UNALIGNED_ACCESS
was fixed, one must not do
#ifdef GST_HAVE_UNALIGNED_ACCESS
or
#ifndef GST_HAVE_UNALIGNED_ACCESS
since it gets defined in any case (either to 0 or 1).
--
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