Skip to content
Snippets Groups Projects
Commit 8c11f3b5 authored by Joshua Colp's avatar Joshua Colp Committed by Gerrit Code Review
Browse files

Merge "codec_resample: Ensure OUTSIDE_SPEEX is defined when necessary"

parents 2ae1a22e e4289b9e
Branches
Tags
No related merge requests found
...@@ -90,4 +90,5 @@ SPEEX_RESAMPLE_CFLAGS:= ...@@ -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=
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment