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

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

ifneq ($(findstring pa,@ac_pjmedia_snd@),)
DIRS += portaudio
endif