Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • L libao
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 35
    • Issues 35
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 4
    • Merge requests 4
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & 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.Org
  • libao
  • Issues
  • #1779
Closed
Open
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