Changeset 5656 for pjproject/trunk/build.mak.in
- Timestamp:
- Sep 22, 2017 2:42:22 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/build.mak.in
r5606 r5656 29 29 export APP_THIRD_PARTY_LIB_FILES := 30 30 31 if eq (@ac_external_srtp@,1)31 ifneq (@ac_external_srtp@,0) 32 32 # External SRTP library 33 APP_THIRD_PARTY_EXT += -l srtp33 APP_THIRD_PARTY_EXT += -l@ac_external_srtp_lib@ 34 34 else 35 35 APP_THIRD_PARTY_LIB_FILES += $(PJ_DIR)/third_party/lib/libsrtp-$(LIB_SUFFIX)
Note: See TracChangeset
for help on using the changeset viewer.