Switch to gbp pq
This commit is contained in:
parent
d8a56f12fb
commit
396d6d75b9
5 changed files with 44 additions and 30 deletions
24
debian/patches/0003-Use-path-in-usr-lib.patch
vendored
Normal file
24
debian/patches/0003-Use-path-in-usr-lib.patch
vendored
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
From: Sebastian Ramacher <sramacher@debian.org>
|
||||
Date: Wed, 19 Apr 2017 21:45:52 +0200
|
||||
Subject: Use path in /usr/lib
|
||||
|
||||
---
|
||||
plugins/obs-ffmpeg/obs-ffmpeg-mux.c | 4 ++++
|
||||
1 file changed, 4 insertions(+)
|
||||
|
||||
diff --git a/plugins/obs-ffmpeg/obs-ffmpeg-mux.c b/plugins/obs-ffmpeg/obs-ffmpeg-mux.c
|
||||
index 5d5d533..c25ddcc 100644
|
||||
--- a/plugins/obs-ffmpeg/obs-ffmpeg-mux.c
|
||||
+++ b/plugins/obs-ffmpeg/obs-ffmpeg-mux.c
|
||||
@@ -236,7 +236,11 @@ static void build_command_line(struct ffmpeg_muxer *stream, struct dstr *cmd,
|
||||
num_tracks++;
|
||||
}
|
||||
|
||||
+#ifdef FFMPEG_MUX_FIXED
|
||||
+ dstr_init_copy(cmd, FFMPEG_MUX_FIXED);
|
||||
+#else
|
||||
dstr_init_move_array(cmd, obs_module_file(FFMPEG_MUX));
|
||||
+#endif
|
||||
dstr_insert_ch(cmd, 0, '\"');
|
||||
dstr_cat(cmd, "\" \"");
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue