Giter VIP home page Giter VIP logo

Comments (7)

kcat avatar kcat commented on July 17, 2024 1

I'm not sure how reliant BSD is on sndio these days, whether it's the primary way for apps to do audio or if they have better compatibility with more common APIs. In either case, having it disabled by default for non-BSD systems is probably the way to go since it isn't loaded dynamically.

Good point about sndio vs soundio. I'll look to making that more consistent as sndio.

from openal-soft.

kcat avatar kcat commented on July 17, 2024 1

This should be done now with commit 7dcfe0f (though you may need to use the latest commit 09cf896 to fix a missing include error some systems may get).

from openal-soft.

alexrp avatar alexrp commented on July 17, 2024

Side note: The conflation of "sndio" and "SoundIO" terminology in the CMake files was quite confusing considering the existence of libsoundio...

from openal-soft.

alexrp avatar alexrp commented on July 17, 2024

Sounds good. FWIW, I can send a patch for this if you like. 👀

from openal-soft.

alexrp avatar alexrp commented on July 17, 2024

Thanks! I just tried a build with master and the dependencies now look to be what you'd expect:

ldd libopenal.so
	linux-vdso.so.1 (0x00007ffe661e5000)
	libstdc++.so.6 => /lib/x86_64-linux-gnu/libstdc++.so.6 (0x000073a61f400000)
	libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x000073a61f315000)
	libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x000073a61f6dd000)
	libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x000073a61f000000)
	/lib64/ld-linux-x86-64.so.2 (0x000073a61f8fe000)

vs previously:

❯ ldd libopenal.so
	linux-vdso.so.1 (0x00007ffce45c2000)
	libsndio.so.7 => /lib/x86_64-linux-gnu/libsndio.so.7 (0x00007def2bcbc000)
	libstdc++.so.6 => /lib/x86_64-linux-gnu/libstdc++.so.6 (0x00007def2ba00000)
	libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007def2b915000)
	libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007def2bc98000)
	libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007def2b600000)
	/lib64/ld-linux-x86-64.so.2 (0x00007def2bed2000)
	libasound.so.2 => /lib/x86_64-linux-gnu/libasound.so.2 (0x00007def2b80f000)
	libbsd.so.0 => /lib/x86_64-linux-gnu/libbsd.so.0 (0x00007def2bc81000)
	libmd.so.0 => /lib/x86_64-linux-gnu/libmd.so.0 (0x00007def2bc72000)

from openal-soft.

alexrp avatar alexrp commented on July 17, 2024

Although libasound.so.2 not being a dependency now seems odd - is that an expected side effect?

from openal-soft.

alexrp avatar alexrp commented on July 17, 2024

Ah, never mind - libsndio.so depends on it, so that seems expected indeed.

from openal-soft.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.