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

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 ($(findstring pa,@ac_pjmedia_snd@),)
DIRS += portaudio
endif