tests/check/Makefile.am: Second attempt at disabling theoraenc test long enough to get buildbot to compile -base.

Original commit message from CVS:
* tests/check/Makefile.am:
Second attempt at disabling theoraenc test long enough to
get buildbot to compile -base.
This commit is contained in:
David Schleef 2007-12-31 20:45:28 +00:00
parent 92a229fd28
commit bc32617b32
2 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,9 @@
2007-12-31 David Schleef <ds@schleef.org>
* tests/check/Makefile.am:
Second attempt at disabling theoraenc test long enough to
get buildbot to compile -base.
2007-12-31 David Schleef <ds@schleef.org>
* tests/check/pipelines/theoraenc.c:

View file

@ -63,7 +63,8 @@ check_vorbis =
endif
if USE_THEORA
check_theora = pipelines/theoraenc
#check_theora = pipelines/theoraenc
check_theora =
else
check_theora =
endif