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

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


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

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 263f07b..4b19a39 100644
--- a/codecs/Makefile
+++ b/codecs/Makefile
@@ -92,6 +92,7 @@
 SPEEX_RESAMPLE_CFLAGS:=
 endif
 
+codec_resample.o: _ASTCFLAGS+=-DOUTSIDE_SPEEX
 codec_resample.so: speex/resample.o
 
 speex/resample.o: _ASTCFLAGS+=$(call MOD_ASTCFLAGS,codec_resample) $(SPEEX_RESAMPLE_CFLAGS) -DOUTSIDE_SPEEX -DEXPORT=

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

Gerrit-Project: asterisk
Gerrit-Branch: 13
Gerrit-Change-Id: If0d58598ce14aad3c786a1c0127b5f7b200b737d
Gerrit-Change-Number: 12849
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/84137e54/attachment-0001.html>


More information about the asterisk-code-review mailing list