Changeset 3175 for pjproject/trunk/aconfigure
- Timestamp:
- May 17, 2010 1:07:39 PM (14 years ago)
- Location:
- pjproject/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk
- Property svn:mergeinfo changed
/pjproject/branches/projects/iphone merged: 3129-3130,3137,3166,3168-3171
- Property svn:mergeinfo changed
-
pjproject/trunk/aconfigure
r3158 r3175 2284 2284 ac_config_headers="$ac_config_headers pjlib/include/pj/compat/os_auto.h pjlib/include/pj/compat/m_auto.h pjmedia/include/pjmedia/config_auto.h pjmedia/include/pjmedia-codec/config_auto.h pjsip/include/pjsip/sip_autoconf.h" 2285 2285 2286 ac_config_files="$ac_config_files build.mak build/os-auto.mak pjlib/build/os-auto.mak pjlib-util/build/os-auto.mak pjmedia/build/os-auto.mak pjsip/build/os-auto.mak third_party/build/os-auto.mak third_party/build/portaudio/os-auto.mak"2286 ac_config_files="$ac_config_files build.mak build/os-auto.mak build/cc-auto.mak pjlib/build/os-auto.mak pjlib-util/build/os-auto.mak pjmedia/build/os-auto.mak pjsip/build/os-auto.mak third_party/build/os-auto.mak third_party/build/portaudio/os-auto.mak" 2287 2287 2288 2288 … … 3327 3327 3328 3328 3329 if test "$AR" = ""; then AR="$(CROSS_COMPILE)ar rv"; fi 3330 3331 if test "$LD" = ""; then LD="$CC"; fi 3332 3333 if test "$LDOUT" = ""; then LDOUT="-o"; fi 3334 3335 if test "$RANLIB" = ""; then RANLIB="$(CROSSCOMPILE)ranlib"; fi 3336 3337 if test "$OBJEXT" = ""; then OBJEXT='o'; fi 3338 3339 if test "$LIBEXT" = ""; then LIBEXT='a'; fi 3340 3341 if test "$LIBEXT2" = ""; then LIBEXT2=""; fi 3342 3343 if test "$CC_OUT" = ""; then CC_OUT="-o"; fi 3344 3345 if test "$CC_INC" = ""; then CC_INC="-I"; fi 3346 3347 if test "$CC_DEF" = ""; then CC_DEF="-D"; fi 3348 3349 if test "$CC_OPTIMIZE" = ""; then CC_OPTIMIZE="-O2"; fi 3350 3351 if test "$CC_CFLAGS" = ""; then CC_CFLAGS="-Wall"; fi 3352 3353 3354 3355 3329 3356 3330 3357 … … 5385 5412 else 5386 5413 case $target in 5414 arm-apple-darwin*) 5415 LIBS="$LIBS -framework CoreAudio -framework CoreFoundation -framework AudioToolbox" 5416 { echo "$as_me:$LINENO: result: Checking sound device backend... AudioUnit" >&5 5417 echo "${ECHO_T}Checking sound device backend... AudioUnit" >&6; } 5418 ;; 5387 5419 *darwin*) 5388 5420 LIBS="$LIBS -framework CoreAudio -framework CoreServices -framework AudioUnit -framework AudioToolbox" … … 6851 6883 "build.mak") CONFIG_FILES="$CONFIG_FILES build.mak" ;; 6852 6884 "build/os-auto.mak") CONFIG_FILES="$CONFIG_FILES build/os-auto.mak" ;; 6885 "build/cc-auto.mak") CONFIG_FILES="$CONFIG_FILES build/cc-auto.mak" ;; 6853 6886 "pjlib/build/os-auto.mak") CONFIG_FILES="$CONFIG_FILES pjlib/build/os-auto.mak" ;; 6854 6887 "pjlib-util/build/os-auto.mak") CONFIG_FILES="$CONFIG_FILES pjlib-util/build/os-auto.mak" ;;
Note: See TracChangeset
for help on using the changeset viewer.