Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Multimedia
KMix
Commits
6cec0c6d
Commit
6cec0c6d
authored
Aug 23, 2020
by
Rafael Sadowski
Committed by
Rafael Sadowski
Sep 16, 2020
Browse files
Fix OpenBSD support
OpenBSD do not offer or use an OSS mixer
parent
3dcc896c
Changes
1
Hide whitespace changes
Inline
Side-by-side
backends/kmix-backends.cpp
View file @
6cec0c6d
...
...
@@ -40,7 +40,7 @@
#define OSS_MIXER
#endif
#if defined(__FreeBSD__) || defined(__NetBSD__) ||
defined(__OpenBSD__) ||
defined(__bsdi__) || defined(_UNIXWARE)
#if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__bsdi__) || defined(_UNIXWARE)
#define OSS_MIXER
#endif
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment