Skip to content
Snippets Groups Projects
Commit 407968cb authored by Jingning Han's avatar Jingning Han
Browse files

Configure vp10 disabled by default

To turn on vp10, one needs to explicitly set --enable-vp10.

Change-Id: Ifc7e294aea9a5bdf5d08f0001ae26fba5a837b64
parent 5dccce55
No related branches found
No related tags found
No related merge requests found
......@@ -194,6 +194,9 @@ fi
[ -d "${source_path}/vp9" ] || disable_feature vp9
[ -d "${source_path}/vp10" ] || disable_feature vp10
# disable vp10 codec by default
disable_feature vp10
# install everything except the sources, by default. sources will have
# to be enabled when doing dist builds, since that's no longer a common
# case.
......
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