We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 3731

Summary: enable sndio by default only for OpenBSD
Product: SDL Reporter: Ozkan Sezer <sezeroz>
Component: buildAssignee: Ryan C. Gordon <icculus>
Status: RESOLVED INVALID QA Contact: Sam Lantinga <slouken>
Severity: normal    
Priority: P2 CC: icculus
Version: HG 2.1   
Hardware: All   
OS: Linux   
Attachments: configury patch for sndio default

Description Ozkan Sezer 2017-08-07 11:24:00 UTC
Created attachment 2823 [details]
configury patch for sndio default

The attached patch makes SDL configury (and cmake'ry) to enable sndio
by default only for OpenBSD. The others can do --enable-sndio if they
so choose.
Comment 1 Ryan C. Gordon 2017-08-07 14:50:19 UTC
No, this is a package that is available on Linux, and we dynamically load it, so it's safe to leave it enabled by default.

--ryan.
Comment 2 Ryan C. Gordon 2017-08-07 14:56:28 UTC
Hmm, actually, we _aren't_ dynamically loading it.  :/

I'm opening a separate bug for that, but after that's fixed, it's safe to leave this enabled on non-OpenBSD systems. That's Bug #3732.

--ryan.