mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-22 05:06:38 +00:00
Merge "codec_resample: Ensure OUTSIDE_SPEEX is defined when necessary"
This commit is contained in:
@@ -90,4 +90,5 @@ SPEEX_RESAMPLE_CFLAGS:=
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
$(call MOD_ADD_C,codec_resample,speex/resample.c)
|
$(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=
|
speex/resample.o: _ASTCFLAGS+=$(SPEEX_RESAMPLE_CFLAGS) -DOUTSIDE_SPEEX -DEXPORT=
|
||||||
|
Reference in New Issue
Block a user