blob: cb6499e21f47316cc8d910393e5004d5251965ad [file] [log] [blame]
Benny Prijonod9627842007-04-18 09:24:31 +00001
2ifneq (@ac_no_gsm_codec@,1)
3DIRS += gsm
4endif
5
6ifneq (@ac_no_ilbc_codec@,1)
7DIRS += ilbc
8endif
9
10ifneq (@ac_no_speex_codec@,1)
11DIRS += speex
12endif
13
Nanang Izzuddin56e380a2009-04-15 14:45:41 +000014ifneq (@ac_no_g7221_codec@,1)
15DIRS += g7221
16endif
17
Benny Prijonod9627842007-04-18 09:24:31 +000018ifneq ($(findstring pa,@ac_pjmedia_snd@),)
19DIRS += portaudio
20endif
Nanang Izzuddin56e380a2009-04-15 14:45:41 +000021