mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 11:28:06 +00:00
Fix compilation. Disable Matroska by default
This commit is contained in:
parent
09eb7aa85a
commit
d2e92a44a1
2 changed files with 2 additions and 2 deletions
2
Makefile
2
Makefile
|
|
@ -51,7 +51,7 @@ BUILD_SILK=1
|
|||
BUILD_TUNNEL=0
|
||||
BUILD_WEBRTC_AECM=1
|
||||
BUILD_OPUS=1
|
||||
BUILD_MATROSKA=1
|
||||
BUILD_MATROSKA=0
|
||||
BUILD_WEBRTC_ISAC=1
|
||||
BUILD_FOR_X86=1
|
||||
USE_JAVAH=1
|
||||
|
|
|
|||
2
README
2
README
|
|
@ -114,4 +114,4 @@ BUILD_UPNP
|
|||
values: 0 (don't build upnp), 1 (do build upnp), default value: 1
|
||||
|
||||
BUILD_MATROSKA
|
||||
values: 0 (don't build matroska and ebml), 1 (do build matroska and ebml), default value: 1
|
||||
values: 0 (don't build matroska and ebml), 1 (do build matroska and ebml), default value: 0
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue