summaryrefslogtreecommitdiff
path: root/modules/speex_aec/module.mk
blob: 9e296968dfd1d9c18461c5b379c3606bf8faeb7e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#
# module.mk
#
# Copyright (C) 2010 Creytiv.com
#

MOD		:= speex_aec
$(MOD)_SRCS	+= speex_aec.c
ifneq ($(HAVE_SPEEXDSP),)
$(MOD)_LFLAGS	+= "-lspeexdsp"
else
$(MOD)_LFLAGS	+= "-lspeex"
endif

include mk/mod.mk