mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 19:18:06 +00:00
Fix VP8 crash when packet loss occurs without AVPF
This commit is contained in:
parent
9d7904a7c2
commit
83af89ecc7
1 changed files with 2 additions and 2 deletions
|
|
@ -2,9 +2,9 @@ libvpx_dir?=externals/libvpx
|
|||
|
||||
libvpx_configure_options=\
|
||||
--enable-static --disable-shared \
|
||||
--enable-error-concealment --disable-examples \
|
||||
--disable-examples \
|
||||
--enable-realtime-only --enable-spatial-resampling \
|
||||
--enable-vp8 --enable-multithread --disable-vp9
|
||||
--enable-vp8 --enable-multithread --disable-vp9
|
||||
|
||||
take_binary=
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue