~ubuntu-branches/ubuntu/wily/sflphone/wily

« back to all changes in this revision

Viewing changes to daemon/libs/pjproject-2.1.0/third_party/build/os-auto.mak.in

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2015-01-07 14:51:16 UTC
  • mfrom: (4.3.5 sid)
  • Revision ID: package-import@ubuntu.com-20150107145116-yxnafinf4lrdvrmx
Tags: 1.4.1-0.1ubuntu1
* Merge with Debian, remaining changes:
 - Drop soprano, nepomuk build-dep
* Drop ubuntu patches, now upstream

Show diffs side-by-side

added added

removed removed

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