[pulseaudio-tickets] [Bug 90881] New: _FILE_OFFSET_BITS redefined warnings when building echo-cancel module

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Fri Jun 5 16:33:19 PDT 2015


https://bugs.freedesktop.org/show_bug.cgi?id=90881

            Bug ID: 90881
           Summary: _FILE_OFFSET_BITS redefined warnings when building
                    echo-cancel module
           Product: PulseAudio
           Version: unspecified
          Hardware: Other
                OS: All
            Status: NEW
          Severity: normal
          Priority: medium
         Component: modules
          Assignee: pulseaudio-bugs at lists.freedesktop.org
          Reporter: shawn.walker at oracle.com
        QA Contact: pulseaudio-bugs at lists.freedesktop.org
                CC: lennart at poettering.net

Created attachment 116330
  --> https://bugs.freedesktop.org/attachment.cgi?id=116330&action=edit
fix include file order for echo-cancel module

When building the echo-cancel module on some platforms, the compiler may warn
about _FILE_OFFSET_BITS being redefined because of the include file ordering in
adrian-aec.c

Notably, it includes string.h before including adrain-aec.h where config.h is
included.  This prevents various feature tests done in system header files from
being able to properly define _FILE_OFFSET_BITS first which triggers a
redefinition later.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/pulseaudio-bugs/attachments/20150605/665ac02e/attachment.html>


More information about the pulseaudio-bugs mailing list