summaryrefslogtreecommitdiff
path: root/tools/all_builds.py
diff options
context:
space:
mode:
authorJohn Koleszar <jkoleszar@google.com>2012-11-08 17:09:30 -0800
committerJohn Koleszar <jkoleszar@google.com>2012-11-15 10:46:17 -0800
commita9c7597adcc3734e3528d4fbadf6332043cb4e44 (patch)
treedaa512489a70b39a0ab1813853bfc0451016328b /tools/all_builds.py
parentb72373de79800e801ce730d24cb115daf78ae660 (diff)
downloadlibvpx-a9c7597adcc3734e3528d4fbadf6332043cb4e44.tar
libvpx-a9c7597adcc3734e3528d4fbadf6332043cb4e44.tar.gz
libvpx-a9c7597adcc3734e3528d4fbadf6332043cb4e44.tar.bz2
libvpx-a9c7597adcc3734e3528d4fbadf6332043cb4e44.zip
support building vp8 and vp9 into a single lib
Change-Id: Ib8f8a66c9fd31e508cdc9caa662192f38433aa3d
Diffstat (limited to 'tools/all_builds.py')
-rwxr-xr-xtools/all_builds.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/all_builds.py b/tools/all_builds.py
index 78581d9f0..d1f0c80c0 100755
--- a/tools/all_builds.py
+++ b/tools/all_builds.py
@@ -5,7 +5,7 @@ import subprocess
import sys
LONG_OPTIONS = ["shard=", "shards="]
-BASE_COMMAND = "./configure --disable-vp8 --disable-unit-tests --enable-internal-stats --enable-experimental"
+BASE_COMMAND = "./configure --enable-internal-stats --enable-experimental"
def RunCommand(command):
run = subprocess.Popen(command, shell=True)