Changeset 3062 for pjproject/trunk/third_party/build/os-auto.mak.in
- Timestamp:
- Jan 14, 2010 2:46:54 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/third_party/build/os-auto.mak.in
r3058 r3062 1 1 2 2 ifneq (@ac_no_gsm_codec@,1) 3 ifeq (@ac_external_gsm@,1) 4 # External 5 else 3 6 DIRS += gsm 7 endif 4 8 endif 5 9 … … 9 13 10 14 ifneq (@ac_no_speex_codec@,1) 15 ifeq (@ac_external_speex@,1) 16 # External speex 17 else 11 18 DIRS += speex 19 endif 12 20 endif 13 21 … … 16 24 endif 17 25 18 ifeq (x@ac_pa_path@,x)19 # Only if we're using our own PA in third_party20 26 ifneq ($(findstring pa,@ac_pjmedia_snd@),) 27 ifeq (@ac_external_pa@,1) 28 # External PA 29 else 21 30 DIRS += portaudio 22 31 endif
Note: See TracChangeset
for help on using the changeset viewer.