shithub: opus-tools

Download patch

ref: 143eb906dad8a1fadd7235257b08afba8f097640
parent: f4f3148a41208465fdd66e07fb6dc705d918ed7f
author: Ralph Giles <giles@mozilla.com>
date: Wed Sep 5 10:15:39 EDT 2012

Update manual version strings after the 0.1.5 release.

--- 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.5"' -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.5git' -DOPUSTOOLS -O2 -g -c -Wall -Wextra -DHAVE_GETOPT_H -DSPX_RESAMPLE_EXPORT= -DRANDOM_PREFIX=opustools -DOUTSIDE_SPEEX -DFLOATING_POINT $(CFLAGS)
 INCLUDES=-I../opus/include
 
 PROGS := opusenc opusdec opusinfo
--- a/configure.ac
+++ b/configure.ac
@@ -10,7 +10,7 @@
 OPUSTOOLS_MAJOR_VERSION=0
 OPUSTOOLS_MINOR_VERSION=1
 OPUSTOOLS_MICRO_VERSION=5
-OPUSTOOLS_EXTRA_VERSION=
+OPUSTOOLS_EXTRA_VERSION=git
 
 OPUSTOOLS_VERSION="$OPUSTOOLS_MAJOR_VERSION.$OPUSTOOLS_MINOR_VERSION.$OPUSTOOLS_MICRO_VERSION$OPUSTOOLS_EXTRA_VERSION"
 AC_MSG_CHECKING([git revision])