[Bug 660300] New: gst_memory_alignment undefined if HAVE_POSIX_MEMALIGN isn't defined

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Sep 27 15:35:19 PDT 2011


https://bugzilla.gnome.org/show_bug.cgi?id=660300
  GStreamer | gstreamer (core) | 0.11.x

           Summary: gst_memory_alignment undefined if HAVE_POSIX_MEMALIGN
                    isn't defined
    Classification: Platform
           Product: GStreamer
           Version: 0.11.x
        OS/Version: Mac OS
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gstreamer (core)
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: jralls at ceridwen.fremont.ca.us
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


CCLD   libgstreamer-0.11.la
Undefined symbols for architecture i386:
  "_gst_memory_alignment", referenced from:
      __default_mem_new_block in libgstreamer_0.11_la-gstmemory.o


To fix:

*** /Volumes/RAID1/local/gtk-stable/src/gstreamer-0.11.0/gst/gstmemory.c~   
Thu Jul 28 01:25:27 2011
--- /Volumes/RAID1/local/gtk-stable/src/gstreamer-0.11.0/gst/gstmemory.c    Tue
Sep 27 14:52:33 2011
***************
*** 77,82 ****
--- 77,84 ----
  #error "No memory alignment configured"
  size_t gst_memory_alignment = 0;
  #endif
+ #else
+ size_t gst_memory_alignment = 0;
  #endif /* HAVE_POSIX_MEMALIGN */

  struct _GstAllocator

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