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 - enable sndio by default only for OpenBSD
Summary: enable sndio by default only for OpenBSD
Status: RESOLVED INVALID
Alias: None
Product: SDL
Classification: Unclassified
Component: build (show other bugs)
Version: HG 2.1
Hardware: All Linux
: P2 normal
Assignee: Ryan C. Gordon
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-08-07 11:24 UTC by Ozkan Sezer
Modified: 2017-08-07 14:56 UTC (History)
1 user (show)

See Also:


Attachments
configury patch for sndio default (2.89 KB, text/plain)
2017-08-07 11:24 UTC, Ozkan Sezer
Details

Note You need to log in before you can comment on or make changes to this bug.
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.