[Asterisk-code-review] codec_resample: Ensure OUTSIDE_SPEEX is defined when necessary (...asterisk[master])

Joshua Colp asteriskteam at digium.com
Wed Sep 11 06:19:29 CDT 2019


Joshua Colp has submitted this change and it was merged. ( https://gerrit.asterisk.org/c/asterisk/+/12852 )

Change subject: codec_resample: Ensure OUTSIDE_SPEEX is defined when necessary
......................................................................

codec_resample: Ensure OUTSIDE_SPEEX is defined when necessary

ASTERISK-28511

Change-Id: If0d58598ce14aad3c786a1c0127b5f7b200b737d
---
M codecs/Makefile
1 file changed, 1 insertion(+), 0 deletions(-)

Approvals:
  George Joseph: Looks good to me, but someone else must approve
  Joshua Colp: Looks good to me, but someone else must approve; Approved for Submit
  Kevin Harwell: Looks good to me, approved



diff --git a/codecs/Makefile b/codecs/Makefile
index 535bf1b..0614c2e 100644
--- a/codecs/Makefile
+++ b/codecs/Makefile
@@ -90,4 +90,5 @@
 endif
 
 $(call MOD_ADD_C,codec_resample,speex/resample.c)
+codec_resample.o: _ASTCFLAGS+=-DOUTSIDE_SPEEX
 speex/resample.o: _ASTCFLAGS+=$(SPEEX_RESAMPLE_CFLAGS) -DOUTSIDE_SPEEX -DEXPORT=

-- 
To view, visit https://gerrit.asterisk.org/c/asterisk/+/12852
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings

Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Change-Id: If0d58598ce14aad3c786a1c0127b5f7b200b737d
Gerrit-Change-Number: 12852
Gerrit-PatchSet: 1
Gerrit-Owner: Sean Bright <sean.bright at gmail.com>
Gerrit-Reviewer: Friendly Automation
Gerrit-Reviewer: George Joseph <gjoseph at digium.com>
Gerrit-Reviewer: Joshua Colp <jcolp at digium.com>
Gerrit-Reviewer: Kevin Harwell <kharwell at digium.com>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20190911/91821ff3/attachment.html>


More information about the asterisk-code-review mailing list