mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-02 19:16:15 +00:00
codec_resample: Ensure OUTSIDE_SPEEX is defined when necessary
ASTERISK-28511 Change-Id: If0d58598ce14aad3c786a1c0127b5f7b200b737d
This commit is contained in:
@@ -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=
|
||||
|
Reference in New Issue
Block a user