Skip to content
Snippets Groups Projects
Commit 8e2e9f4d authored by Andreas Traczyk's avatar Andreas Traczyk
Browse files

contrib/ffmpeg(windows): change RTCP ratio from 0.5% to 2.5%

Change-Id: I8b649df1bdb1cd73a6b1c6da28d4628138091f87
parent 7c87f5e8
No related branches found
No related tags found
No related merge requests found
...@@ -17,6 +17,19 @@ del %FFMPEG_VERSION%.tar && del %FFMPEG_VERSION%.tar.gz && del pax_global_header ...@@ -17,6 +17,19 @@ del %FFMPEG_VERSION%.tar && del %FFMPEG_VERSION%.tar.gz && del pax_global_header
rename FFmpeg-%FFMPEG_VERSION% ffmpeg rename FFmpeg-%FFMPEG_VERSION% ffmpeg
cd 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 git apply --reject --whitespace=fix %SRC%\ffmpeg\windows-configure.patch
cd %SRC% cd %SRC%
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment