From: Anthony Minessale Date: Thu, 6 Dec 2012 20:12:18 +0000 (-0600) Subject: bump opus to 1.0.2 X-Git-Tag: v1.3.9~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=01dbadb9872fa45b0f5670ca6fea32a15a8981f1;p=thirdparty%2Ffreeswitch.git bump opus to 1.0.2 --- diff --git a/src/mod/codecs/mod_opus/Makefile b/src/mod/codecs/mod_opus/Makefile index aefffbd061..9d344fb016 100644 --- a/src/mod/codecs/mod_opus/Makefile +++ b/src/mod/codecs/mod_opus/Makefile @@ -1,6 +1,6 @@ BASE=../../../.. -OPUS=opus-1.0.1 +OPUS=opus-1.0.2 OPUS_DIR=$(switch_srcdir)/libs/$(OPUS) OPUS_BUILDDIR=$(switch_builddir)/libs/$(OPUS)