tests/check/Makefile.am: Second attempt at disabling theoraenc test long enough to...
authorDavid Schleef <ds@schleef.org>
Mon, 31 Dec 2007 20:45:28 +0000 (20:45 +0000)
committerDavid Schleef <ds@schleef.org>
Mon, 31 Dec 2007 20:45:28 +0000 (20:45 +0000)
Original commit message from CVS:
* tests/check/Makefile.am:
Second attempt at disabling theoraenc test long enough to
get buildbot to compile -base.

ChangeLog
tests/check/Makefile.am

index 5f5b6b2..4f6ac5c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 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:
          Disable theoraenc test long enough to get the buildbot to
          compile a recent -base.
index 4049ed6..b42c98a 100644 (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