Ignore:
Timestamp:
Mar 8, 2012 7:44:41 AM (12 years ago)
Author:
bennylp
Message:

Re #1462: libresample as shared library support on Mac OS X

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/branches/1.x/build.mak.in

    r3967 r3968  
    1010export CROSS_COMPILE := @ac_cross_compile@ 
    1111export LINUX_POLL := @ac_linux_poll@  
     12export SHLIB_SUFFIX := @ac_shlib_suffix@ 
    1213 
    1314export ac_prefix := @prefix@ 
     
    2324export PJ_RESAMPLE_DLL := 1 
    2425export APP_THIRD_PARTY_LIBS := -lresample $(APP_THIRD_PARTY_LIBS) 
    25 export APP_THIRD_PARTY_LIB_FILES := $(PJ_DIR)/third_party/lib/libresample.so $(APP_THIRD_PARTY_LIB_FILES) 
     26export APP_THIRD_PARTY_LIB_FILES := $(PJ_DIR)/third_party/lib/libresample.$(SHLIB_SUFFIX) $(APP_THIRD_PARTY_LIB_FILES) 
    2627else 
    2728export APP_THIRD_PARTY_LIBS := -lresample-$(TARGET_NAME) $(APP_THIRD_PARTY_LIBS) 
Note: See TracChangeset for help on using the changeset viewer.