termux-packages/packages/mpd/src-output-plugins-sles-SlesOutputPlugin.cxx.patch
Henrik Grimler 38227f42d6 Update various packages (#5114)
* cpio: update to 2.13

* gmic: update to 2.9.0

* ffsend: update to 0.2.59

* libgrpc: update to 1.28.0

* librsvg: update to 2.48.2

* perl: update to 5.30.2

* ruby: update to 2.7.1

* ripgrep: update to 12.0.1

* repology/excluded_packages: ignore aircrack-ng and guile18

* mpd: update to 0.21.22
2020-04-04 03:49:59 +02:00

20 lines
538 B
Diff

Reverts commit 81c16273c543822fa8b87522cb1146a7859edd7a in the mpd repo
--- ../SlesOutputPlugin.cxx.orig 2020-04-03 22:18:11.070009046 +0200
+++ ./src/output/plugins/sles/SlesOutputPlugin.cxx 2020-04-03 22:18:58.189898556 +0200
@@ -28,7 +28,6 @@
#include "util/Macros.hxx"
#include "util/Domain.hxx"
#include "system/ByteOrder.hxx"
-#include "mixer/MixerList.hxx"
#include "Log.hxx"
#include <SLES/OpenSLES.h>
@@ -413,5 +412,5 @@
"sles",
sles_test_default_device,
SlesOutput::Create,
- &android_mixer_plugin,
+ nullptr,
};