From 9511fd780c756db859e0eeebc17c91baa4accc2e Mon Sep 17 00:00:00 2001 From: Brian West Date: Tue, 18 Feb 2014 22:10:54 -0600 Subject: [PATCH] FS-6058 confirmed via installing FreeBSD 9.2 in a VM that this will indeed configure and compile --- 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 36fa3c3a04..39284c1f8e 100644 --- a/src/mod/codecs/mod_opus/Makefile +++ b/src/mod/codecs/mod_opus/Makefile @@ -1,6 +1,6 @@ BASE=../../../.. -OPUS=opus-1.1-p1 +OPUS=opus-1.1-p2 OPUS_DIR=$(switch_srcdir)/libs/$(OPUS) OPUS_BUILDDIR=$(switch_builddir)/libs/$(OPUS)