Enable support of Matroska by default

This commit is contained in:
François Grisez 2014-09-08 10:42:43 +02:00
parent c4b39c595a
commit 65a12ac60e
2 changed files with 4 additions and 1 deletions

View file

@ -51,7 +51,7 @@ BUILD_SILK=1
BUILD_TUNNEL=0
BUILD_WEBRTC_AECM=1
BUILD_OPUS=1
BUILD_MATROSKA=0
BUILD_MATROSKA=1
BUILD_WEBRTC_ISAC=1
BUILD_FOR_X86=1
USE_JAVAH=1

3
README
View file

@ -112,3 +112,6 @@ BUILD_OPUS
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