commit c1934f47f6d61cdd48faf9140ae0f4001fe126c2
Author: Momcilo Medic <fedorauser(a)fedoraproject.org>
Date: Wed Aug 22 01:53:35 2018 +0200
Updated to 22.0.1
obs-ffmpeg-mux.patch | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/obs-ffmpeg-mux.patch b/obs-ffmpeg-mux.patch
index d7be21b..e74f128 100644
--- a/obs-ffmpeg-mux.patch
+++ b/obs-ffmpeg-mux.patch
@@ -13,13 +13,13 @@
dstr_insert_ch(cmd, 0, '\"');
dstr_cat(cmd, "\" \"");
---- CMakeLists.txt 2017-01-18 19:55:31.000000000 +0100
-+++ CMakeLists.txt 2017-01-30 20:46:26.382264509 +0100
-@@ -24,6 +24,7 @@
+--- CMakeLists.txt 2018-08-20 18:13:28.000000000 +0200
++++ CMakeLists.txt 2018-08-22 01:50:26.191160839 +0200
+@@ -31,6 +31,7 @@
include(ObsHelpers)
include(ObsCpack)
include(GNUInstallDirs)
+add_definitions(-DFFMPEG_MUX_FIXED=\"/usr/libexec/obs-plugins/obs-ffmpeg/ffmpeg-mux\")
- if(MSVC AND NOT EXISTS "${CMAKE_BINARY_DIR}/ALL_BUILD.vcxproj.user")
- file(GENERATE
+ # Must be a string in the format of "x.x.x-rcx"
+ if(DEFINED RELEASE_CANDIDATE)