Skip to content
Snippets Groups Projects
Commit 46c952b3 authored by Philip-Dylan Gleonec's avatar Philip-Dylan Gleonec Committed by Pierre Lespagnol
Browse files

contrib/ffmpeg: add FEC enable to patch list

Add the patches that enable FEC in libopus codec in ffmpeg package.json
This ensures that the patches are properly applied, especially in the
Windows builds.

Issue: #5157
Change-Id: I438de63528894d3c7ded553f1982d664bda26e31
parent 1367f46a
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,9 @@
],
"patches": [
"change-RTCP-ratio.patch",
"rtp_ext_abs_send_time.patch"
"rtp_ext_abs_send_time.patch",
"libopusenc-enable-FEC.patch",
"libopusdec-enable-FEC.patch"
],
"win_patches": [
"windows-configure.patch",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment