[gstreamer-bugs] [Bug 613795] libmodplug's public header requires WORDS_BIGENDIAN

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Mar 24 06:47:13 PDT 2010


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

Benjamin Otte (Company) <otte> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |otte at gnome.org

--- Comment #2 from Benjamin Otte (Company) <otte at gnome.org> 2010-03-24 13:47:11 UTC ---
I wonder if that patch could trigger weird problems with libraries doing
"#ifdef WORDS_BIGENDIAN" which would always be true with your patch and if it
wasn't better to put
#ifndef WORDS_BIGENDIAN
#define WORDS_BIGENDIAN 0
#endif
at the top of the modplug header.

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