shithub: opus-tools

Download patch

ref: b70c4a189ba5d201f33d4c0105e0ed8bd73a4171
parent: 5ec55d129f92c0aec0281e25e587d2aed2791f7d
author: Gregory Maxwell <greg@xiph.org>
date: Tue Jun 12 13:07:55 EDT 2012

Bump to v0.1.2.

--- a/Makefile.unix
+++ b/Makefile.unix
@@ -2,7 +2,7 @@
 #Run ./configure to run autotools/autoconf.
 #This makefile exists as a fallback where autotools isn't working.
 #CC=gcc
-CFLAGS:=-DPACKAGE='"opus-tools"' -DVERSION='"0.1.1git"' -DOPUSTOOLS -O2 -g -c -Wall -Wextra -DHAVE_GETOPT_H -DSPX_RESAMPLE_EXPORT= -DRANDOM_PREFIX=opustools -DOUTSIDE_SPEEX -DFLOATING_POINT $(CFLAGS)
+CFLAGS:=-DPACKAGE='"opus-tools"' -DVERSION='"0.1.2"' -DOPUSTOOLS -O2 -g -c -Wall -Wextra -DHAVE_GETOPT_H -DSPX_RESAMPLE_EXPORT= -DRANDOM_PREFIX=opustools -DOUTSIDE_SPEEX -DFLOATING_POINT $(CFLAGS)
 INCLUDES=-I../opus/include
 
 all: opusenc opusdec opusinfo
--- a/configure.ac
+++ b/configure.ac
@@ -9,8 +9,8 @@
 
 OPUSTOOLS_MAJOR_VERSION=0
 OPUSTOOLS_MINOR_VERSION=1
-OPUSTOOLS_MICRO_VERSION=1
-OPUSTOOLS_EXTRA_VERSION=git
+OPUSTOOLS_MICRO_VERSION=2
+OPUSTOOLS_EXTRA_VERSION=
 
 OPUSTOOLS_VERSION="$OPUSTOOLS_MAJOR_VERSION.$OPUSTOOLS_MINOR_VERSION.$OPUSTOOLS_MICRO_VERSION$OPUSTOOLS_EXTRA_VERSION"
 AC_MSG_CHECKING([git revision])