pause now works for opensles (#1049)
This commit is contained in:
parent
cc6c4e815a
commit
e96b2a0a0a
10
packages/mpd/slesoutputplugin.cxx.patch
Normal file
10
packages/mpd/slesoutputplugin.cxx.patch
Normal file
@ -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,
|
||||
};
|
Loading…
Reference in New Issue
Block a user