Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • L libao
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 36
    • Issues 36
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 4
    • Merge requests 4
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Xiph.OrgXiph.Org
  • libao
  • Issues
  • #1779
Closed
Open
Issue created Mar 04, 2011 by Chris Brannon@cmb

libao plugins call functions defined in libao proper

Our project uses libltdl to dynamically load plugin modules. One of our modules links against libao. When we try to load that module, libao prints an error message stating that dlopen() failed when loading libao's alsa plugin. I patched libao, so that I could see the message reported by dlerror. dlerror claims that ao_is_big_endian is undefined. Should libao's plugins be calling functions defined by libao itself?

Note that this also causes problems for language bindings like pyao.

Assignee
Assign to
Time tracking