Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.xiph.org/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Marc Valin <jean-marc.valin@usherbrooke.ca>2010-10-10 05:13:22 +0400
committerJean-Marc Valin <jean-marc.valin@usherbrooke.ca>2010-10-10 05:13:22 +0400
commit38f4e9ffcb31183ab168479d0f729bf65c83fdb2 (patch)
treef773678f793f8d2af9a14f3d633faf78b75f2cb8 /configure.ac
parenta7455ca26f725255857942ad7fbb88322ab16ee4 (diff)
Renamed to Harmony
Also a CELT update
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 50356649..dd644889 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,8 +2,8 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ([2.59])
-AC_INIT(src/hybrid.h)
-AM_INIT_AUTOMAKE(ietfcodec,20100921)
+AC_INIT(src/harmony.h)
+AM_INIT_AUTOMAKE(harmony,20100921)
# Checks for programs.
AC_PROG_CC