[xiph-commits] r3638 - liboggz/trunk
j at svn.annodex.net
j at svn.annodex.net
Thu Jul 10 05:16:26 PDT 2008
Author: j
Date: 2008-07-10 05:16:26 -0700 (Thu, 10 Jul 2008)
New Revision: 3638
Modified:
liboggz/trunk/configure.ac
Log:
list new tool names with oggz-
Modified: liboggz/trunk/configure.ac
===================================================================
--- liboggz/trunk/configure.ac 2008-07-09 14:12:36 UTC (rev 3637)
+++ liboggz/trunk/configure.ac 2008-07-10 12:16:26 UTC (rev 3638)
@@ -127,7 +127,7 @@
if test "x${ac_enable_read}" = xyes ; then
AC_DEFINE(OGGZ_CONFIG_READ, [1], [Build reading support])
- oggz_read_programs="oggzdump oggzinfo oggz-scan"
+ oggz_read_programs="oggz-dump oggz-info oggz-scan"
else
AC_DEFINE(OGGZ_CONFIG_READ, [0], [Do not build reading support])
fi
@@ -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-sort oggz-validate"
+ oggz_rw_programs="oggz-rip oggz-merge 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