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 5f5b6b283455627b1dffbb403d50e7da566ef5f8..4f6ac5c263064d633ff854cab48bf6a35cf5908e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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:
index 4049ed67293f13d24e7e980aaaa42439df57c703..b42c98a5f2842b24b5a3c24279e76c62b6c2c2de 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