blob: f1de03f8bec0ddc6381fbb77807dec28bdab42b0 [file] [log] [blame]
Benny Prijonod9627842007-04-18 09:24:31 +00001
2ifneq (@ac_no_gsm_codec@,1)
Benny Prijono8a9b3b22010-01-14 14:46:54 +00003ifeq (@ac_external_gsm@,1)
4# External
5else
Benny Prijonod9627842007-04-18 09:24:31 +00006DIRS += gsm
7endif
Benny Prijono8a9b3b22010-01-14 14:46:54 +00008endif
Benny Prijonod9627842007-04-18 09:24:31 +00009
10ifneq (@ac_no_ilbc_codec@,1)
11DIRS += ilbc
12endif
13
14ifneq (@ac_no_speex_codec@,1)
Benny Prijono8a9b3b22010-01-14 14:46:54 +000015ifeq (@ac_external_speex@,1)
16# External speex
17else
Benny Prijonod9627842007-04-18 09:24:31 +000018DIRS += speex
19endif
Benny Prijono8a9b3b22010-01-14 14:46:54 +000020endif
Benny Prijonod9627842007-04-18 09:24:31 +000021
Nanang Izzuddin56e380a2009-04-15 14:45:41 +000022ifneq (@ac_no_g7221_codec@,1)
23DIRS += g7221
24endif
25
Benny Prijonod9627842007-04-18 09:24:31 +000026ifneq ($(findstring pa,@ac_pjmedia_snd@),)
Benny Prijono8a9b3b22010-01-14 14:46:54 +000027ifeq (@ac_external_pa@,1)
28# External PA
29else
Benny Prijonod9627842007-04-18 09:24:31 +000030DIRS += portaudio
31endif
Benny Prijonofe0c1272010-01-13 16:28:15 +000032endif
Nanang Izzuddin56e380a2009-04-15 14:45:41 +000033