From b4ec1a08e3beb23154b9fa67badeb251e5a9f396 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 Conflicts: src/mod/codecs/mod_opus/Makefile --- 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 9d344fb016..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.2 +OPUS=opus-1.1 OPUS_DIR=$(switch_srcdir)/libs/$(OPUS) OPUS_BUILDDIR=$(switch_builddir)/libs/$(OPUS)