Ignore:
Timestamp:
Apr 15, 2009 2:45:41 PM (15 years ago)
Author:
nanang
Message:

Ticket #774:

  • Added build config for GNU autoconf & make.
  • Fixed some G.722.1 codes for linux & mingw32 targets, e.g: types

defs, collision function name 'round'.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/build.mak.in

    r2569 r2601  
    2727APP_THIRD_PARTY_LIBS += -lilbccodec-$(TARGET_NAME) 
    2828APP_THIRD_PARTY_LIB_FILES += $(PJ_DIR)/third_party/lib/libilbccodec-$(LIB_SUFFIX) 
     29endif 
     30 
     31ifneq (@ac_no_g7221_codec@,1) 
     32APP_THIRD_PARTY_LIBS += -lg7221codec-$(TARGET_NAME) 
     33APP_THIRD_PARTY_LIB_FILES += $(PJ_DIR)/third_party/lib/libg7221codec-$(LIB_SUFFIX) 
    2934endif 
    3035 
Note: See TracChangeset for help on using the changeset viewer.