[xiph-commits] r3511 - liboggz/trunk

conrad at svn.annodex.net conrad at svn.annodex.net
Thu Mar 20 03:09:55 PDT 2008


Author: conrad
Date: 2008-03-20 03:09:54 -0700 (Thu, 20 Mar 2008)
New Revision: 3511

Modified:
   liboggz/trunk/configure.ac
Log:
add oggz-sort to configure summary


Modified: liboggz/trunk/configure.ac
===================================================================
--- liboggz/trunk/configure.ac	2008-03-11 10:56:09 UTC (rev 3510)
+++ liboggz/trunk/configure.ac	2008-03-20 10:09:54 UTC (rev 3511)
@@ -145,7 +145,7 @@
 if test "x${ac_enable_write}" = xyes ; then
     AC_DEFINE(OGGZ_CONFIG_WRITE, [1], [Build writing support])
     if test "x${ac_enable_read}" = xyes ; then
-      oggz_rw_programs="oggzrip oggzmerge oggz-chop oggz-comment oggz-validate"
+      oggz_rw_programs="oggzrip oggzmerge oggz-chop oggz-comment oggz-sort oggz-validate"
     fi
 else
     AC_DEFINE(OGGZ_CONFIG_WRITE, [0], [Do not build writing support])



More information about the commits mailing list