diff options
author | Antonio Huete Jimenez <tuxillo@quantumachine.net> | 2018-07-14 20:22:55 +0000 |
---|---|---|
committer | Antonio Huete Jimenez <tuxillo@quantumachine.net> | 2018-07-14 20:23:22 +0000 |
commit | deca11c0a0f619c3df8c1bb240935b4e38867260 (patch) | |
tree | ab0f1b0d18581788a0351e9db9a013afae34f9fb /src | |
parent | fc9da67e65819cb14071db4fd5b7941ab01a1134 (diff) |
Do not use pulseaudio for DragonFly BSD
Diffstat (limited to 'src')
-rw-r--r-- | src/print_volume.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/print_volume.c b/src/print_volume.c index c5cf55b..4c0fbde 100644 --- a/src/print_volume.c +++ b/src/print_volume.c @@ -63,7 +63,7 @@ void print_volume(yajl_gen json_gen, char *buffer, const char *fmt, const char * free(instance); } -#ifndef __OpenBSD__ +#if !defined(__DragonFly__) && !defined(__OpenBSD__) /* Try PulseAudio first */ /* If the device name has the format "pulse[:N]" where N is the |