~ubuntu-branches/ubuntu/maverick/sflphone/maverick

« back to all changes in this revision

Viewing changes to sflphone-common/libs/pjproject/third_party/build/os-auto.mak.in

  • Committer: Bazaar Package Importer
  • Author(s): Francois Marier
  • Date: 2010-06-03 15:59:46 UTC
  • Revision ID: james.westby@ubuntu.com-20100603155946-ybe8d8o8zx8lp0m8
Tags: upstream-0.9.8.3
ImportĀ upstreamĀ versionĀ 0.9.8.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
ifneq (@ac_no_gsm_codec@,1)
 
3
DIRS += gsm
 
4
endif
 
5
 
 
6
ifneq (@ac_no_ilbc_codec@,1)
 
7
DIRS += ilbc
 
8
endif
 
9
 
 
10
ifneq (@ac_no_speex_codec@,1)
 
11
DIRS += speex
 
12
endif
 
13
 
 
14
ifneq (@ac_no_g7221_codec@,1)
 
15
DIRS += g7221
 
16
endif
 
17
 
 
18
ifneq ($(findstring pa,@ac_pjmedia_snd@),)
 
19
DIRS += portaudio
 
20
endif
 
21