blob: f1de03f8bec0ddc6381fbb77807dec28bdab42b0 [file] [log] [blame]
Alexandre Lision8af73cb2013-12-10 14:11:20 -05001
2ifneq (@ac_no_gsm_codec@,1)
3ifeq (@ac_external_gsm@,1)
4# External
5else
6DIRS += gsm
7endif
8endif
9
10ifneq (@ac_no_ilbc_codec@,1)
11DIRS += ilbc
12endif
13
14ifneq (@ac_no_speex_codec@,1)
15ifeq (@ac_external_speex@,1)
16# External speex
17else
18DIRS += speex
19endif
20endif
21
22ifneq (@ac_no_g7221_codec@,1)
23DIRS += g7221
24endif
25
26ifneq ($(findstring pa,@ac_pjmedia_snd@),)
27ifeq (@ac_external_pa@,1)
28# External PA
29else
30DIRS += portaudio
31endif
32endif
33