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

This commit is contained in:
Friendly Automation 2019-09-10 18:55:08 -05:00 committed by Gerrit Code Review
commit a30e2ea305
1 changed files with 1 additions and 0 deletions

View File

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