Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
savoirfairelinux
jami-daemon
Commits
8e2e9f4d
Commit
8e2e9f4d
authored
Jul 04, 2019
by
Andreas Traczyk
Browse files
contrib/ffmpeg(windows): change RTCP ratio from 0.5% to 2.5%
Change-Id: I8b649df1bdb1cd73a6b1c6da28d4628138091f87
parent
7c87f5e8
Changes
1
Hide whitespace changes
Inline
Side-by-side
contrib/src/ffmpeg/fetch_and_patch.bat
View file @
8e2e9f4d
...
...
@@ -17,6 +17,19 @@ del %FFMPEG_VERSION%.tar && del %FFMPEG_VERSION%.tar.gz && del pax_global_header
rename
FFmpeg
-
%FFMPEG_VERSION%
ffmpeg
cd
ffmpeg
for
/F
"tokens=* usebackq"
%%F
in
(
`bash -c "pwd | grep /mnt/c/"`
)
do
(
set
NO_AUTO
=
%%F
)
if
"
%NO_AUTO%
"
==
""
(
set
ROOTPATH
=
/c
/
)
else
(
set
ROOTPATH
=
/mnt/c
/
)
set
UNIXPATH
=
%SRC
:\
=
/
%
set
UNIXPATH
=
%ROOTPATH%%
UNIXPATH
:C
:/
=
%
bash
-c
"
%PATCH_CMD%
%UNIXPATH%
ffmpeg/change-RTCP-ratio.patch"
git
apply
--reject --whitespace
=
fix
%SRC%
\ffmpeg\windows
-configure
.patch
cd
%SRC%
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment