summaryrefslogtreecommitdiff
path: root/third_party/build/os-auto.mak.in
blob: b61a46312a3b86f6437301b38de8e49921f9c2a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24

ifneq (@ac_no_gsm_codec@,1)
DIRS += gsm
endif

ifneq (@ac_no_ilbc_codec@,1)
DIRS += ilbc
endif

ifneq (@ac_no_speex_codec@,1)
DIRS += speex
endif

ifneq (@ac_no_g7221_codec@,1)
DIRS += g7221
endif

ifeq (x@ac_pa_path@,x)
# Only if we're using our own PA in third_party
ifneq ($(findstring pa,@ac_pjmedia_snd@),)
DIRS += portaudio
endif
endif