SHA256
1
0
forked from pool/smplayer
Alexei Sorokin 2017-01-18 14:07:37 +00:00 committed by Git OBS Bridge
parent 7e3a7174b1
commit 0495680019
3 changed files with 8 additions and 12 deletions

View File

@ -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
+++ b/src/preferences.cpp
@@ -384,11 +384,7 @@ void Preferences::reset() {

View File

@ -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

View File

@ -1,7 +1,7 @@
#
# 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
# remain the property of their copyright owners, unless otherwise agreed