From bc0859181283722501297ac26a4d260235738306 Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Mon, 16 Dec 2013 22:55:50 +0500 Subject: [PATCH] update opus to 1.1 --- src/mod/codecs/mod_opus/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mod/codecs/mod_opus/Makefile b/src/mod/codecs/mod_opus/Makefile index 53ad7d5ffa..64183f1a78 100644 --- a/src/mod/codecs/mod_opus/Makefile +++ b/src/mod/codecs/mod_opus/Makefile @@ -1,6 +1,6 @@ BASE=../../../.. -OPUS=opus-1.0.3 +OPUS=opus-1.1 OPUS_DIR=$(switch_srcdir)/libs/$(OPUS) OPUS_BUILDDIR=$(switch_builddir)/libs/$(OPUS)