Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Multimedia
KMix
Commits
6cec0c6d
Commit
6cec0c6d
authored
Aug 23, 2020
by
Rafael Sadowski
Committed by
Rafael Sadowski
Sep 16, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix OpenBSD support
OpenBSD do not offer or use an OSS mixer
parent
3dcc896c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
backends/kmix-backends.cpp
backends/kmix-backends.cpp
+1
-1
No files found.
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
Markdown
is supported
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