Skip to content

Commit

Permalink
Remove mixer related patches and files
Browse files Browse the repository at this point in the history
With the newest patches from upstream, cmake checks if the header soundcard.h exists on the system.

If it doesn't exist (in the case of macOS for example) all mixer-related variables are disabled.
  • Loading branch information
npyl committed Jan 25, 2018
1 parent b37a266 commit cf6dff8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 38 deletions.
36 changes: 0 additions & 36 deletions src/darwin_soundcard.h

This file was deleted.

2 changes: 0 additions & 2 deletions src/mixer.cc
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@
#else
#ifdef __OpenBSD__
#include <soundcard.h>
#elif (defined(__APPLE__) && defined(__MACH__))
#include "darwin_soundcard.h"
#else
#include <sys/soundcard.h>
#endif /* __OpenBSD__ */
Expand Down

0 comments on commit cf6dff8

Please sign in to comment.