From: Brian West Date: Wed, 19 Feb 2014 04:10:54 +0000 (-0600) Subject: FS-6058 confirmed via installing FreeBSD 9.2 in a VM that this will indeed configure... X-Git-Tag: v1.5.8~25^2~122 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9511fd780c756db859e0eeebc17c91baa4accc2e;p=thirdparty%2Ffreeswitch.git FS-6058 confirmed via installing FreeBSD 9.2 in a VM that this will indeed configure and compile --- 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)