Changeset 3058 for pjproject/trunk/build.mak.in
- Timestamp:
- Jan 13, 2010 4:28:15 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/build.mak.in
r2601 r3058 34 34 endif 35 35 36 ifneq (x@ac_pa_path@,x) 37 # We're using external PortAudio 38 APP_THIRD_PARTY_LIBS += -L@ac_pa_path@/lib -lportaudio 39 APP_THIRD_PARTY_LIB_FILES += 40 else 36 41 ifneq ($(findstring pa,@ac_pjmedia_snd@),) 37 42 APP_THIRD_PARTY_LIBS += -lportaudio-$(TARGET_NAME) 38 43 APP_THIRD_PARTY_LIB_FILES += $(PJ_DIR)/third_party/lib/libportaudio-$(LIB_SUFFIX) 44 endif 39 45 endif 40 46
Note: See TracChangeset
for help on using the changeset viewer.