forked from pool/smplayer
This commit is contained in:
parent
7e3a7174b1
commit
0495680019
@ -1,14 +1,3 @@
|
|||||||
--- a/src/core.cpp
|
|
||||||
+++ b/src/core.cpp
|
|
||||||
@@ -1727,6 +1727,8 @@ void Core::startMplayer( QString file, d
|
|
||||||
QString ao = pref->ao;
|
|
||||||
if (!ao.endsWith(",")) ao += ",";
|
|
||||||
proc->setOption("ao", ao);
|
|
||||||
+ } else {
|
|
||||||
+ proc->setOption("ao", "pulse" );
|
|
||||||
}
|
|
||||||
|
|
||||||
#if !defined(Q_OS_WIN) && !defined(Q_OS_OS2)
|
|
||||||
--- a/src/preferences.cpp
|
--- a/src/preferences.cpp
|
||||||
+++ b/src/preferences.cpp
|
+++ b/src/preferences.cpp
|
||||||
@@ -384,11 +384,7 @@ void Preferences::reset() {
|
@@ -384,11 +384,7 @@ void Preferences::reset() {
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 18 14:02:01 UTC 2017 - sor.alexei@meowr.ru
|
||||||
|
|
||||||
|
- Remove forcing of PulseAudio from smplayer-defaults.patch: if
|
||||||
|
"Default" is selected, leave the choice to the backend
|
||||||
|
(boo#1020640).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Nov 8 13:37:05 UTC 2016 - sor.alexei@meowr.ru
|
Tue Nov 8 13:37:05 UTC 2016 - sor.alexei@meowr.ru
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package smplayer
|
# spec file for package smplayer
|
||||||
#
|
#
|
||||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
|
Loading…
x
Reference in New Issue
Block a user