chiark / gitweb /
pause now works for opensles (#1049)
authorits-pointless <its-pointless@users.noreply.github.com>
Thu, 25 May 2017 20:22:40 +0000 (06:22 +1000)
committerFredrik Fornwall <fredrik@fornwall.net>
Thu, 25 May 2017 20:22:40 +0000 (22:22 +0200)
packages/mpd/slesoutputplugin.cxx.patch [new file with mode: 0644]

diff --git a/packages/mpd/slesoutputplugin.cxx.patch b/packages/mpd/slesoutputplugin.cxx.patch
new file mode 100644 (file)
index 0000000..0b13487
--- /dev/null
@@ -0,0 +1,10 @@
+--- ../cache/MPD-0.20.8/src/output/plugins/sles/SlesOutputPlugin.cxx   2017-05-20 23:07:03.641576843 +0000
++++ ./src/output/plugins/sles/SlesOutputPlugin.cxx     2017-05-24 00:51:01.197169877 +0000
+@@ -434,6 +434,6 @@
+       &Wrapper::Play,
+       &Wrapper::Drain,
+       &Wrapper::Cancel,
+-      &Wrapper::Pause,
++      nullptr,
+       nullptr,
+ };