diff --git a/configure b/configure index 3ecb2ce6e..ac196dacb 100755 --- a/configure +++ b/configure @@ -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.