Skip to content
Snippets Groups Projects
Commit e4289b9e authored by Sean Bright's avatar Sean Bright
Browse files

codec_resample: Ensure OUTSIDE_SPEEX is defined when necessary

ASTERISK-28511

Change-Id: If0d58598ce14aad3c786a1c0127b5f7b200b737d
parent f654ced6
Branches
Tags
No related merge requests found
......@@ -90,4 +90,5 @@ SPEEX_RESAMPLE_CFLAGS:=
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=
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment