Refresh patches

This commit is contained in:
Sebastian Ramacher 2016-10-10 21:16:06 +02:00
parent 285c6deaec
commit fee8f10b53
3 changed files with 7 additions and 9 deletions

View file

@ -8,11 +8,9 @@ copy
obs/window-license-agreement.cpp | 4 +--- obs/window-license-agreement.cpp | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-) 1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/obs/window-license-agreement.cpp b/obs/window-license-agreement.cpp --- a/UI/window-license-agreement.cpp
index a7a5f3b..60cad40 100644 +++ b/UI/window-license-agreement.cpp
--- a/obs/window-license-agreement.cpp @@ -13,9 +13,7 @@
+++ b/obs/window-license-agreement.cpp
@@ -13,9 +13,7 @@ OBSLicenseAgreement::OBSLicenseAgreement(QWidget *parent)
{ {
ui->setupUi(this); ui->setupUi(this);

View file

@ -5,7 +5,7 @@ Last-Update: 2016-02-24
--- a/plugins/obs-ffmpeg/obs-ffmpeg-mux.c --- a/plugins/obs-ffmpeg/obs-ffmpeg-mux.c
+++ b/plugins/obs-ffmpeg/obs-ffmpeg-mux.c +++ b/plugins/obs-ffmpeg/obs-ffmpeg-mux.c
@@ -175,7 +175,11 @@ @@ -193,7 +193,11 @@
num_tracks++; num_tracks++;
} }

View file

@ -3,9 +3,9 @@ Author: Sebastian Ramacher <sramacher@debian.org>
Forwarded: not-needed Forwarded: not-needed
Last-Update: 2016-02-24 Last-Update: 2016-02-24
--- obs-studio-0.13.2+dfsg1.orig/obs/window-basic-main.cpp --- a/UI/window-basic-main.cpp
+++ obs-studio-0.13.2+dfsg1/obs/window-basic-main.cpp +++ b/UI/window-basic-main.cpp
@@ -1729,7 +1729,7 @@ void OBSBasic::TimedCheckForUpdates() @@ -1926,7 +1926,7 @@
#ifdef UPDATE_SPARKLE #ifdef UPDATE_SPARKLE
init_sparkle_updater(config_get_bool(App()->GlobalConfig(), "General", init_sparkle_updater(config_get_bool(App()->GlobalConfig(), "General",
"UpdateToUndeployed")); "UpdateToUndeployed"));