Merge "codec_resample: Ensure OUTSIDE_SPEEX is defined when necessary" into 16

16.6
Friendly Automation 6 years ago committed by Gerrit Code Review
commit a30e2ea305

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