From 67e64cbebf718b4c6128c3b77d98155c57d3478b Mon Sep 17 00:00:00 2001 From: Yaowu Xu <yaowu@google.com> Date: Tue, 19 Jan 2016 14:23:14 -0800 Subject: [PATCH] Enable VP10 by default Since VP10 is now the only codec supported. Change-Id: I3226dceacb87f422f87c9f4af06c73a254143436 --- configure | 3 --- 1 file changed, 3 deletions(-) diff --git a/configure b/configure index 7d160e7a1f..288a2bfde1 100755 --- a/configure +++ b/configure @@ -195,9 +195,6 @@ fi # disable codecs when their source directory does not exist [ -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. -- GitLab