2011/10/17 Brian Cameron <brian.cameron at oracle.com>: >> (And yupp, here too this sounds like a bug if clients ever end up >> linking against libpulsecore. That library is not API stable, and things >> will end in desaster if this happens). > > Now that I am looking at this more closely, I suspect that my attached > patch to address the above linking issue is wrong, and I need to find a > better way to get clients to link properly without linking in > libpulsecore. Lennart meant 3rd party applications that use libpulse to access PulseAudio functionality. The clients in the pulse tree (src/utils and src/tests) are can link against libpulsecore, if needed. They are special because if the API of pulsecore changes, those will also be changed to match. Maarten