From 7b6db07037ae88a90e169db91e0ce22a938cd6cf Mon Sep 17 00:00:00 2001 From: casey langen Date: Thu, 21 Jul 2022 14:04:20 -0700 Subject: [PATCH] PulseAudio's output plugin should not include ALSA headers. --- CHANGELOG.txt | 1 + src/plugins/pulseout/pch.h | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index b6f9f5838..d28e7fa92 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,6 +1,7 @@ 0.98.1 * fixed album art extraction for xiph comments. +* fixed PulseAudio compile issue -------------------------------------------------------------------------------- diff --git a/src/plugins/pulseout/pch.h b/src/plugins/pulseout/pch.h index d9a0a4cea..354a6680f 100755 --- a/src/plugins/pulseout/pch.h +++ b/src/plugins/pulseout/pch.h @@ -37,5 +37,3 @@ #include #include - -#include