Skip to content
Snippets Groups Projects
Commit dca8e056 authored by Andreas Traczyk's avatar Andreas Traczyk Committed by Adrien Béraud
Browse files

contrib(win32): enable pad filters in ffmpeg

- Fixes failed transpose filter parse during conference calls with
  rotation.

Change-Id: Iba13d02acb34d7d57391189cc9d69aebd7526582
parent bb3fb0f9
Branches
No related tags found
No related merge requests found
......@@ -124,7 +124,8 @@ FFMPEGCONF+='
--enable-filter=format
--enable-filter=aformat
--enable-filter=fps
--enable-filter=transpose'
--enable-filter=transpose
--enable-filter=pad'
if [ "$1" == "uwp" ]; then
EXTRACFLAGS='-MD -DWINAPI_FAMILY=WINAPI_FAMILY_APP -D_WIN32_WINNT=0x0A00 -I../../../../../msvc/include -I../../../../../msvc/include/opus'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment