Changeset 5568 for pjproject/trunk/third_party/build/os-auto.mak.in
- Timestamp:
- Mar 13, 2017 10:27:14 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/third_party/build/os-auto.mak.in
r5509 r5568 12 12 endif 13 13 14 ifneq (@ac_no_speex_codec@,1) 14 # Exclude Speex? 15 EXCLUDE_SPEEX = 0 16 ifeq (@ac_no_speex_codec@,1) 17 ifneq (@ac_no_speex_aec@,) 18 EXCLUDE_SPEEX = 1 19 endif 20 endif 21 22 ifneq ($(EXCLUDE_SPEEX),1) 15 23 ifeq (@ac_external_speex@,1) 16 24 # External speex
Note: See TracChangeset
for help on using the changeset viewer.