Merge "codec_resample: Ensure OUTSIDE_SPEEX is defined when necessary"

pull/15/head
Joshua Colp 6 years ago committed by Gerrit Code Review
commit 8c11f3b502

@ -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=

Loading…
Cancel
Save