From 701aeef9d55673f79bab4d7feb52c7e9a896f600 Mon Sep 17 00:00:00 2001 From: Victor Seva Date: Wed, 20 May 2015 11:04:17 +0200 Subject: [PATCH] MT#13019 set SYSTEM_SAMPLECLOCK_RATE=48000LL in order to get support of OPUS/48000 transcoding Change-Id: I44fd87bcfdf9b4e095bf4d7ddd4984eaac694867 --- debian/rules | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/rules b/debian/rules index 1d3bfb7f..a3ffcc5c 100644 --- a/debian/rules +++ b/debian/rules @@ -16,6 +16,7 @@ CPPFLAGS += -DHAVE_XMLRPCPP_SSL export USE_SPANDSP=yes LONG_DEBUG_MESSAGE=yes CPPFLAGS="$(CPPFLAGS)" export APP_NAME=ngcp-sems +export SYSTEM_SAMPLECLOCK_RATE=48000LL %: dh $@