From: Anthony Minessale Date: Tue, 1 Oct 2013 16:06:36 +0000 (-0500) Subject: update to opus 1.0.3 X-Git-Tag: v1.5.8~54 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6d2280df08f53c9823ef35d6fd6deb4616369509;p=thirdparty%2Ffreeswitch.git update to opus 1.0.3 --- diff --git a/src/mod/codecs/mod_opus/Makefile b/src/mod/codecs/mod_opus/Makefile index 9d344fb016..53ad7d5ffa 100644 --- a/src/mod/codecs/mod_opus/Makefile +++ b/src/mod/codecs/mod_opus/Makefile @@ -1,6 +1,6 @@ BASE=../../../.. -OPUS=opus-1.0.2 +OPUS=opus-1.0.3 OPUS_DIR=$(switch_srcdir)/libs/$(OPUS) OPUS_BUILDDIR=$(switch_builddir)/libs/$(OPUS)