Changeset 3664
- Timestamp:
- Jul 19, 2011 3:42:28 AM (13 years ago)
- Location:
- pjproject/trunk
- Files:
-
- 43 deleted
- 135 edited
- 63 copied
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk
- Property svn:mergeinfo changed
-
pjproject/trunk/aconfigure
r3464 r3664 601 601 openssl_h_present 602 602 ac_no_ssl 603 ac_v4l2_ldflags 604 ac_v4l2_cflags 605 ac_ffmpeg_ldflags 606 ac_ffmpeg_cflags 607 ac_has_ffmpeg 608 ac_sdl_ldflags 609 ac_sdl_cflags 603 610 ac_no_ilbc_codec 604 611 ac_no_speex_codec … … 611 618 ac_no_large_filter 612 619 ac_no_small_filter 620 ac_qt_cflags 621 ac_pjmedia_video_has_qt 622 ac_ios_cflags 623 ac_pjmedia_video 613 624 ac_pa_use_oss 614 625 ac_pa_use_alsa … … 717 728 enable_ilbc_codec 718 729 enable_libsamplerate 730 enable_sdl 731 enable_ffmpeg 732 with_ffmpeg 733 enable_v4l2 719 734 enable_ipp 720 735 with_ipp … … 1355 1370 --disable-sound Exclude sound (i.e. use null sound) 1356 1371 --disable-oss Disable OSS audio (default: not disabled) 1357 1358 1372 --enable-ext-sound PJMEDIA will not provide any sound device backend 1359 1373 --disable-small-filter Exclude small filter in resampling … … 1369 1383 --enable-libsamplerate Link with libsamplerate when available. Note that 1370 1384 PJMEDIA_RESAMPLE_IMP must also be configured 1385 --disable-sdl Disable SDL (default: not disabled) 1386 --disable-ffmpeg Disable ffmpeg (default: not disabled) 1387 --disable-v4l2 Disable Video4Linux2 (default: not disabled) 1371 1388 --enable-ipp Enable Intel IPP support. Specify the Intel IPP 1372 1389 package and samples location using IPPROOT and … … 1394 1411 (hint: use CFLAGS and LDFLAGS env var to set the 1395 1412 include/lib paths) 1413 --with-ffmpeg=DIR Specify alternate FFMPEG prefix 1396 1414 --with-ipp=DIR Specify the Intel IPP location 1397 1415 --with-ipp-samples=DIR Specify the Intel IPP samples location … … 5338 5356 ac_os_objs="$ac_os_objs file_access_win32.o file_io_win32.o os_core_win32.o os_error_win32.o os_time_win32.o os_timestamp_win32.o guid_win32.o" 5339 5357 ;; 5358 *darwin*) 5359 ac_os_objs="$ac_os_objs os_core_darwin.o" 5360 ;; 5340 5361 *) 5341 5362 ac_os_objs="$ac_os_objs file_access_unistd.o file_io_ansi.o os_core_unix.o os_error_unix.o os_time_unix.o os_timestamp_posix.o" … … 5613 5634 fi 5614 5635 5636 5637 if test "$enable_video" = "no"; then 5638 true; 5639 else 5640 case $target in 5641 arm-apple-darwin*) 5642 ac_pjmedia_video=iphone_os 5643 5644 ac_ios_cflags="-DPJMEDIA_VIDEO_DEV_HAS_IOS=1" 5645 LIBS="$LIBS -framework AVFoundation -framework UIKit -framework CoreGraphics -framework QuartzCore -framework CoreVideo -framework CoreMedia" 5646 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Checking video device backend... AVFoundation" >&5 5647 $as_echo "Checking video device backend... AVFoundation" >&6; } 5648 ;; 5649 *darwin*) 5650 ac_pjmedia_video=mac_os 5651 5652 5653 SAVED_LIBS="$LIBS" 5654 LIBS="-framework QTKit" 5655 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 5656 /* end confdefs.h. */ 5657 5658 int 5659 main () 5660 { 5661 5662 ; 5663 return 0; 5664 } 5665 _ACEOF 5666 if ac_fn_c_try_link "$LINENO"; then : 5667 ac_pjmedia_video_has_qt=yes 5668 else 5669 ac_pjmedia_video_has_qt=no 5670 fi 5671 rm -f core conftest.err conftest.$ac_objext \ 5672 conftest$ac_exeext conftest.$ac_ext 5673 LIBS="$SAVED_LIBS" 5674 if test "$ac_pjmedia_video_has_qt" = "yes"; then 5675 ac_qt_cflags="-DPJMEDIA_VIDEO_DEV_HAS_QT=1" 5676 LIBS="$LIBS -framework QTKit -framework Foundation -framework AppKit -framework QuartzCore -framework OpenGL" 5677 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Checking if QTKit framework is available... yes" >&5 5678 $as_echo "Checking if QTKit framework is available... yes" >&6; } 5679 else 5680 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Checking if QTKit framework is available... no" >&5 5681 $as_echo "Checking if QTKit framework is available... no" >&6; } 5682 fi 5683 ;; 5684 esac 5685 fi 5686 5615 5687 # Check whether --enable-ext_sound was given. 5616 5688 if test "${enable_ext_sound+set}" = set; then : … … 5833 5905 fi 5834 5906 5907 5908 # Check whether --enable-sdl was given. 5909 if test "${enable_sdl+set}" = set; then : 5910 enableval=$enable_sdl; 5911 if test "$enable_sdl" = "no"; then 5912 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Checking if SDL is disabled... yes" >&5 5913 $as_echo "Checking if SDL is disabled... yes" >&6; } 5914 fi 5915 5916 else 5917 5918 { $as_echo "$as_me:${as_lineno-$LINENO}: checking SDL availability.." >&5 5919 $as_echo_n "checking SDL availability..... " >&6; } 5920 if sdl-config --version; then 5921 5922 5923 ac_sdl_cflags=`sdl-config --cflags` 5924 ac_sdl_cflags="-DPJMEDIA_VIDEO_DEV_HAS_SDL=1 $ac_sdl_cflags" 5925 ac_sdl_ldflags=`sdl-config --libs` 5926 LIBS="$LIBS $ac_sdl_ldflags" 5927 fi 5928 5929 fi 5930 5931 5932 5933 # Check whether --enable-ffmpeg was given. 5934 if test "${enable_ffmpeg+set}" = set; then : 5935 enableval=$enable_ffmpeg; 5936 ac_has_ffmpeg=0 5937 5938 if test "$enable_ffmpeg" = "no"; then 5939 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Checking if ffmpeg is disabled... yes" >&5 5940 $as_echo "Checking if ffmpeg is disabled... yes" >&6; } 5941 fi 5942 5943 else 5944 5945 5946 5947 5948 FFMPEG_PREFIX="" 5949 if test "x$with_ffmpeg" != "xno" -a "x$with_ffmpeg" != "x"; then 5950 FFMPEG_PREFIX=$with_ffmpeg 5951 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Using ffmpeg prefix... $FFMPEG_PREFIX" >&5 5952 $as_echo "Using ffmpeg prefix... $FFMPEG_PREFIX" >&6; } 5953 LIBS="-L$FFMPEG_PREFIX/lib $LIBS" 5954 LDFLAGS="-L$FFMPEG_PREFIX/lib $LDFLAGS" 5955 CFLAGS="-I$FFMPEG_PREFIX/include $CFLAGS" 5956 fi 5957 5958 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for avdevice_version in -lavdevice" >&5 5959 $as_echo_n "checking for avdevice_version in -lavdevice... " >&6; } 5960 if test "${ac_cv_lib_avdevice_avdevice_version+set}" = set; then : 5961 $as_echo_n "(cached) " >&6 5962 else 5963 ac_check_lib_save_LIBS=$LIBS 5964 LIBS="-lavdevice $LIBS" 5965 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 5966 /* end confdefs.h. */ 5967 5968 /* Override any GCC internal prototype to avoid an error. 5969 Use char because int might match the return type of a GCC 5970 builtin and then its argument prototype would still apply. */ 5971 #ifdef __cplusplus 5972 extern "C" 5973 #endif 5974 char avdevice_version (); 5975 int 5976 main () 5977 { 5978 return avdevice_version (); 5979 ; 5980 return 0; 5981 } 5982 _ACEOF 5983 if ac_fn_c_try_link "$LINENO"; then : 5984 ac_cv_lib_avdevice_avdevice_version=yes 5985 else 5986 ac_cv_lib_avdevice_avdevice_version=no 5987 fi 5988 rm -f core conftest.err conftest.$ac_objext \ 5989 conftest$ac_exeext conftest.$ac_ext 5990 LIBS=$ac_check_lib_save_LIBS 5991 fi 5992 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_avdevice_avdevice_version" >&5 5993 $as_echo "$ac_cv_lib_avdevice_avdevice_version" >&6; } 5994 if test "x$ac_cv_lib_avdevice_avdevice_version" = x""yes; then : 5995 ac_ffmpeg_cflags="$ac_ffmpeg_cflags -DPJMEDIA_HAS_LIBAVDEVICE=1" 5996 ac_ffmpeg_ldflags="$ac_ffmpeg_ldflags -lavdevice" 5997 5998 5999 fi 6000 6001 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for av_register_all in -lavformat" >&5 6002 $as_echo_n "checking for av_register_all in -lavformat... " >&6; } 6003 if test "${ac_cv_lib_avformat_av_register_all+set}" = set; then : 6004 $as_echo_n "(cached) " >&6 6005 else 6006 ac_check_lib_save_LIBS=$LIBS 6007 LIBS="-lavformat $LIBS" 6008 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 6009 /* end confdefs.h. */ 6010 6011 /* Override any GCC internal prototype to avoid an error. 6012 Use char because int might match the return type of a GCC 6013 builtin and then its argument prototype would still apply. */ 6014 #ifdef __cplusplus 6015 extern "C" 6016 #endif 6017 char av_register_all (); 6018 int 6019 main () 6020 { 6021 return av_register_all (); 6022 ; 6023 return 0; 6024 } 6025 _ACEOF 6026 if ac_fn_c_try_link "$LINENO"; then : 6027 ac_cv_lib_avformat_av_register_all=yes 6028 else 6029 ac_cv_lib_avformat_av_register_all=no 6030 fi 6031 rm -f core conftest.err conftest.$ac_objext \ 6032 conftest$ac_exeext conftest.$ac_ext 6033 LIBS=$ac_check_lib_save_LIBS 6034 fi 6035 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_avformat_av_register_all" >&5 6036 $as_echo "$ac_cv_lib_avformat_av_register_all" >&6; } 6037 if test "x$ac_cv_lib_avformat_av_register_all" = x""yes; then : 6038 ac_ffmpeg_cflags="$ac_ffmpeg_cflags -DPJMEDIA_HAS_LIBAVFORMAT=1" 6039 ac_ffmpeg_ldflags="$ac_ffmpeg_ldflags -lavformat" 6040 6041 6042 fi 6043 6044 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for avcodec_init in -lavcodec" >&5 6045 $as_echo_n "checking for avcodec_init in -lavcodec... " >&6; } 6046 if test "${ac_cv_lib_avcodec_avcodec_init+set}" = set; then : 6047 $as_echo_n "(cached) " >&6 6048 else 6049 ac_check_lib_save_LIBS=$LIBS 6050 LIBS="-lavcodec $LIBS" 6051 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 6052 /* end confdefs.h. */ 6053 6054 /* Override any GCC internal prototype to avoid an error. 6055 Use char because int might match the return type of a GCC 6056 builtin and then its argument prototype would still apply. */ 6057 #ifdef __cplusplus 6058 extern "C" 6059 #endif 6060 char avcodec_init (); 6061 int 6062 main () 6063 { 6064 return avcodec_init (); 6065 ; 6066 return 0; 6067 } 6068 _ACEOF 6069 if ac_fn_c_try_link "$LINENO"; then : 6070 ac_cv_lib_avcodec_avcodec_init=yes 6071 else 6072 ac_cv_lib_avcodec_avcodec_init=no 6073 fi 6074 rm -f core conftest.err conftest.$ac_objext \ 6075 conftest$ac_exeext conftest.$ac_ext 6076 LIBS=$ac_check_lib_save_LIBS 6077 fi 6078 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_avcodec_avcodec_init" >&5 6079 $as_echo "$ac_cv_lib_avcodec_avcodec_init" >&6; } 6080 if test "x$ac_cv_lib_avcodec_avcodec_init" = x""yes; then : 6081 ac_ffmpeg_cflags="$ac_ffmpeg_cflags -DPJMEDIA_HAS_LIBAVCODEC=1" 6082 ac_ffmpeg_ldflags="$ac_ffmpeg_ldflags -lavcodec" 6083 6084 6085 fi 6086 6087 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sws_scale in -lswscale" >&5 6088 $as_echo_n "checking for sws_scale in -lswscale... " >&6; } 6089 if test "${ac_cv_lib_swscale_sws_scale+set}" = set; then : 6090 $as_echo_n "(cached) " >&6 6091 else 6092 ac_check_lib_save_LIBS=$LIBS 6093 LIBS="-lswscale $LIBS" 6094 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 6095 /* end confdefs.h. */ 6096 6097 /* Override any GCC internal prototype to avoid an error. 6098 Use char because int might match the return type of a GCC 6099 builtin and then its argument prototype would still apply. */ 6100 #ifdef __cplusplus 6101 extern "C" 6102 #endif 6103 char sws_scale (); 6104 int 6105 main () 6106 { 6107 return sws_scale (); 6108 ; 6109 return 0; 6110 } 6111 _ACEOF 6112 if ac_fn_c_try_link "$LINENO"; then : 6113 ac_cv_lib_swscale_sws_scale=yes 6114 else 6115 ac_cv_lib_swscale_sws_scale=no 6116 fi 6117 rm -f core conftest.err conftest.$ac_objext \ 6118 conftest$ac_exeext conftest.$ac_ext 6119 LIBS=$ac_check_lib_save_LIBS 6120 fi 6121 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_swscale_sws_scale" >&5 6122 $as_echo "$ac_cv_lib_swscale_sws_scale" >&6; } 6123 if test "x$ac_cv_lib_swscale_sws_scale" = x""yes; then : 6124 ac_ffmpeg_cflags="$ac_ffmpeg_cflags -DPJMEDIA_HAS_LIBSWSCALE=1" 6125 ac_ffmpeg_ldflags="$ac_ffmpeg_ldflags -lswscale" 6126 6127 6128 fi 6129 6130 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for av_malloc in -lavutil" >&5 6131 $as_echo_n "checking for av_malloc in -lavutil... " >&6; } 6132 if test "${ac_cv_lib_avutil_av_malloc+set}" = set; then : 6133 $as_echo_n "(cached) " >&6 6134 else 6135 ac_check_lib_save_LIBS=$LIBS 6136 LIBS="-lavutil $LIBS" 6137 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 6138 /* end confdefs.h. */ 6139 6140 /* Override any GCC internal prototype to avoid an error. 6141 Use char because int might match the return type of a GCC 6142 builtin and then its argument prototype would still apply. */ 6143 #ifdef __cplusplus 6144 extern "C" 6145 #endif 6146 char av_malloc (); 6147 int 6148 main () 6149 { 6150 return av_malloc (); 6151 ; 6152 return 0; 6153 } 6154 _ACEOF 6155 if ac_fn_c_try_link "$LINENO"; then : 6156 ac_cv_lib_avutil_av_malloc=yes 6157 else 6158 ac_cv_lib_avutil_av_malloc=no 6159 fi 6160 rm -f core conftest.err conftest.$ac_objext \ 6161 conftest$ac_exeext conftest.$ac_ext 6162 LIBS=$ac_check_lib_save_LIBS 6163 fi 6164 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_avutil_av_malloc" >&5 6165 $as_echo "$ac_cv_lib_avutil_av_malloc" >&6; } 6166 if test "x$ac_cv_lib_avutil_av_malloc" = x""yes; then : 6167 ac_ffmpeg_cflags="$ac_ffmpeg_cflags -DPJMEDIA_HAS_LIBAVUTIL=1" 6168 ac_ffmpeg_ldflags="$ac_ffmpeg_ldflags -lavutil" 6169 6170 6171 fi 6172 6173 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for avcore_version in -lavcore" >&5 6174 $as_echo_n "checking for avcore_version in -lavcore... " >&6; } 6175 if test "${ac_cv_lib_avcore_avcore_version+set}" = set; then : 6176 $as_echo_n "(cached) " >&6 6177 else 6178 ac_check_lib_save_LIBS=$LIBS 6179 LIBS="-lavcore $LIBS" 6180 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 6181 /* end confdefs.h. */ 6182 6183 /* Override any GCC internal prototype to avoid an error. 6184 Use char because int might match the return type of a GCC 6185 builtin and then its argument prototype would still apply. */ 6186 #ifdef __cplusplus 6187 extern "C" 6188 #endif 6189 char avcore_version (); 6190 int 6191 main () 6192 { 6193 return avcore_version (); 6194 ; 6195 return 0; 6196 } 6197 _ACEOF 6198 if ac_fn_c_try_link "$LINENO"; then : 6199 ac_cv_lib_avcore_avcore_version=yes 6200 else 6201 ac_cv_lib_avcore_avcore_version=no 6202 fi 6203 rm -f core conftest.err conftest.$ac_objext \ 6204 conftest$ac_exeext conftest.$ac_ext 6205 LIBS=$ac_check_lib_save_LIBS 6206 fi 6207 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_avcore_avcore_version" >&5 6208 $as_echo "$ac_cv_lib_avcore_avcore_version" >&6; } 6209 if test "x$ac_cv_lib_avcore_avcore_version" = x""yes; then : 6210 ac_ffmpeg_cflags="$ac_ffmpeg_cflags -DPJMEDIA_HAS_LIBAVCORE=1" 6211 ac_ffmpeg_ldflags="$ac_ffmpeg_ldflags -lavcore" 6212 6213 6214 fi 6215 6216 LIBS="$LIBS $ac_ffmpeg_ldflags" 6217 6218 6219 fi 6220 6221 6222 6223 # Check whether --with-ffmpeg was given. 6224 if test "${with_ffmpeg+set}" = set; then : 6225 withval=$with_ffmpeg; 6226 else 6227 with_ffmpeg=no 6228 6229 fi 6230 6231 6232 6233 # Check whether --enable-v4l2 was given. 6234 if test "${enable_v4l2+set}" = set; then : 6235 enableval=$enable_v4l2; 6236 if test "$enable_v4l2" = "no"; then 6237 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Checking if V4L2 is disabled... yes" >&5 6238 $as_echo "Checking if V4L2 is disabled... yes" >&6; } 6239 fi 6240 6241 else 6242 6243 6244 6245 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for v4l2_open in -lv4l2" >&5 6246 $as_echo_n "checking for v4l2_open in -lv4l2... " >&6; } 6247 if test "${ac_cv_lib_v4l2_v4l2_open+set}" = set; then : 6248 $as_echo_n "(cached) " >&6 6249 else 6250 ac_check_lib_save_LIBS=$LIBS 6251 LIBS="-lv4l2 $LIBS" 6252 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 6253 /* end confdefs.h. */ 6254 6255 /* Override any GCC internal prototype to avoid an error. 6256 Use char because int might match the return type of a GCC 6257 builtin and then its argument prototype would still apply. */ 6258 #ifdef __cplusplus 6259 extern "C" 6260 #endif 6261 char v4l2_open (); 6262 int 6263 main () 6264 { 6265 return v4l2_open (); 6266 ; 6267 return 0; 6268 } 6269 _ACEOF 6270 if ac_fn_c_try_link "$LINENO"; then : 6271 ac_cv_lib_v4l2_v4l2_open=yes 6272 else 6273 ac_cv_lib_v4l2_v4l2_open=no 6274 fi 6275 rm -f core conftest.err conftest.$ac_objext \ 6276 conftest$ac_exeext conftest.$ac_ext 6277 LIBS=$ac_check_lib_save_LIBS 6278 fi 6279 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_v4l2_v4l2_open" >&5 6280 $as_echo "$ac_cv_lib_v4l2_v4l2_open" >&6; } 6281 if test "x$ac_cv_lib_v4l2_v4l2_open" = x""yes; then : 6282 ac_v4l2_cflags="-DPJMEDIA_VIDEO_DEV_HAS_V4L2=1" 6283 ac_v4l2_ldflags="-lv4l2" 6284 LIBS="$LIBS -lv4l2" 6285 6286 6287 fi 6288 6289 6290 fi 5835 6291 5836 6292 -
pjproject/trunk/aconfigure.ac
r3464 r3664 409 409 ac_os_objs="$ac_os_objs file_access_win32.o file_io_win32.o os_core_win32.o os_error_win32.o os_time_win32.o os_timestamp_win32.o guid_win32.o" 410 410 ;; 411 *darwin*) 412 ac_os_objs="$ac_os_objs os_core_darwin.o" 413 ;; 411 414 *) 412 415 ac_os_objs="$ac_os_objs file_access_unistd.o file_io_ansi.o os_core_unix.o os_error_unix.o os_time_unix.o os_timestamp_posix.o" … … 578 581 AC_ARG_ENABLE(oss, 579 582 AC_HELP_STRING([--disable-oss], 580 [Disable OSS audio (default: not disabled)]) 581 , 583 [Disable OSS audio (default: not disabled)]), 582 584 [ 583 585 if test "$enable_oss" = "no"; then … … 586 588 fi 587 589 ]) 590 ;; 591 esac 592 fi 593 594 AC_SUBST(ac_pjmedia_video) 595 if test "$enable_video" = "no"; then 596 true; 597 else 598 case $target in 599 arm-apple-darwin*) 600 ac_pjmedia_video=iphone_os 601 AC_SUBST(ac_ios_cflags) 602 ac_ios_cflags="-DPJMEDIA_VIDEO_DEV_HAS_IOS=1" 603 LIBS="$LIBS -framework AVFoundation -framework UIKit -framework CoreGraphics -framework QuartzCore -framework CoreVideo -framework CoreMedia" 604 AC_MSG_RESULT([Checking video device backend... AVFoundation]) 605 ;; 606 *darwin*) 607 ac_pjmedia_video=mac_os 608 AC_SUBST(ac_pjmedia_video_has_qt) 609 AC_SUBST(ac_qt_cflags) 610 SAVED_LIBS="$LIBS" 611 LIBS="-framework QTKit" 612 AC_LINK_IFELSE([AC_LANG_PROGRAM([[]], [])],[ac_pjmedia_video_has_qt=yes],[ac_pjmedia_video_has_qt=no]) 613 LIBS="$SAVED_LIBS" 614 if test "$ac_pjmedia_video_has_qt" = "yes"; then 615 ac_qt_cflags="-DPJMEDIA_VIDEO_DEV_HAS_QT=1" 616 LIBS="$LIBS -framework QTKit -framework Foundation -framework AppKit -framework QuartzCore -framework OpenGL" 617 AC_MSG_RESULT([Checking if QTKit framework is available... yes]) 618 else 619 AC_MSG_RESULT([Checking if QTKit framework is available... no]) 620 fi 588 621 ;; 589 622 esac … … 726 759 ) 727 760 761 dnl # SDL 762 AC_ARG_ENABLE(sdl, 763 AC_HELP_STRING([--disable-sdl], 764 [Disable SDL (default: not disabled)]), 765 [ 766 if test "$enable_sdl" = "no"; then 767 AC_MSG_RESULT([Checking if SDL is disabled... yes]) 768 fi 769 ], 770 [ 771 AC_MSG_CHECKING([SDL availability..]) 772 if sdl-config --version; then 773 AC_SUBST(ac_sdl_cflags) 774 AC_SUBST(ac_sdl_ldflags) 775 ac_sdl_cflags=`sdl-config --cflags` 776 ac_sdl_cflags="-DPJMEDIA_VIDEO_DEV_HAS_SDL=1 $ac_sdl_cflags" 777 ac_sdl_ldflags=`sdl-config --libs` 778 LIBS="$LIBS $ac_sdl_ldflags" 779 fi 780 ]) 781 782 783 dnl # FFMPEG stuffs 784 AC_ARG_ENABLE(ffmpeg, 785 AC_HELP_STRING([--disable-ffmpeg], 786 [Disable ffmpeg (default: not disabled)]), 787 [ 788 AC_SUBST(ac_has_ffmpeg,0) 789 if test "$enable_ffmpeg" = "no"; then 790 AC_MSG_RESULT([Checking if ffmpeg is disabled... yes]) 791 fi 792 ], 793 [ 794 AC_SUBST(ac_ffmpeg_cflags) 795 AC_SUBST(ac_ffmpeg_ldflags) 796 797 FFMPEG_PREFIX="" 798 if test "x$with_ffmpeg" != "xno" -a "x$with_ffmpeg" != "x"; then 799 FFMPEG_PREFIX=$with_ffmpeg 800 AC_MSG_RESULT([Using ffmpeg prefix... $FFMPEG_PREFIX]) 801 LIBS="-L$FFMPEG_PREFIX/lib $LIBS" 802 LDFLAGS="-L$FFMPEG_PREFIX/lib $LDFLAGS" 803 CFLAGS="-I$FFMPEG_PREFIX/include $CFLAGS" 804 fi 805 806 AC_CHECK_LIB(avdevice, 807 avdevice_version, 808 [ac_ffmpeg_cflags="$ac_ffmpeg_cflags -DPJMEDIA_HAS_LIBAVDEVICE=1" 809 ac_ffmpeg_ldflags="$ac_ffmpeg_ldflags -lavdevice" 810 ] 811 ) 812 AC_CHECK_LIB(avformat, 813 av_register_all, 814 [ac_ffmpeg_cflags="$ac_ffmpeg_cflags -DPJMEDIA_HAS_LIBAVFORMAT=1" 815 ac_ffmpeg_ldflags="$ac_ffmpeg_ldflags -lavformat" 816 ] 817 ) 818 AC_CHECK_LIB(avcodec, 819 avcodec_init, 820 [ac_ffmpeg_cflags="$ac_ffmpeg_cflags -DPJMEDIA_HAS_LIBAVCODEC=1" 821 ac_ffmpeg_ldflags="$ac_ffmpeg_ldflags -lavcodec" 822 ] 823 ) 824 AC_CHECK_LIB(swscale, 825 sws_scale, 826 [ac_ffmpeg_cflags="$ac_ffmpeg_cflags -DPJMEDIA_HAS_LIBSWSCALE=1" 827 ac_ffmpeg_ldflags="$ac_ffmpeg_ldflags -lswscale" 828 ] 829 ) 830 AC_CHECK_LIB(avutil, 831 av_malloc, 832 [ac_ffmpeg_cflags="$ac_ffmpeg_cflags -DPJMEDIA_HAS_LIBAVUTIL=1" 833 ac_ffmpeg_ldflags="$ac_ffmpeg_ldflags -lavutil" 834 ] 835 ) 836 AC_CHECK_LIB(avcore, 837 avcore_version, 838 [ac_ffmpeg_cflags="$ac_ffmpeg_cflags -DPJMEDIA_HAS_LIBAVCORE=1" 839 ac_ffmpeg_ldflags="$ac_ffmpeg_ldflags -lavcore" 840 ] 841 ) 842 LIBS="$LIBS $ac_ffmpeg_ldflags" 843 ] 844 ) 845 846 AC_ARG_WITH(ffmpeg, 847 AC_HELP_STRING([--with-ffmpeg=DIR], 848 [Specify alternate FFMPEG prefix]), 849 [], 850 [with_ffmpeg=no] 851 ) 852 853 854 dnl # Video for Linux 2 855 AC_ARG_ENABLE(v4l2, 856 AC_HELP_STRING([--disable-v4l2], 857 [Disable Video4Linux2 (default: not disabled)]), 858 [ 859 if test "$enable_v4l2" = "no"; then 860 AC_MSG_RESULT([Checking if V4L2 is disabled... yes]) 861 fi 862 ], 863 [ 864 AC_SUBST(ac_v4l2_cflags) 865 AC_SUBST(ac_v4l2_ldflags) 866 AC_CHECK_LIB(v4l2, 867 v4l2_open, 868 [ac_v4l2_cflags="-DPJMEDIA_VIDEO_DEV_HAS_V4L2=1" 869 ac_v4l2_ldflags="-lv4l2" 870 LIBS="$LIBS -lv4l2" 871 ] 872 ) 873 ]) 728 874 729 875 dnl ######################################################## -
pjproject/trunk/build.mak.in
r3295 r3664 59 59 @ac_build_mak_vars@ 60 60 61 # 62 # Video 63 # Note: there are duplicated macros in pjmedia/os-auto.mak.in (and that's not 64 # good! 65 66 # SDL flags 67 SDL_CFLAGS = @ac_sdl_cflags@ 68 SDL_LDFLAGS = @ac_sdl_ldflags@ 69 70 # FFMPEG dlags 71 FFMPEG_CFLAGS = @ac_ffmpeg_cflags@ 72 FFMPEG_LDFLAGS = @ac_ffmpeg_ldflags@ 73 74 # Video4Linux2 75 V4L2_CFLAGS = @ac_v4l2_cflags@ 76 V4L2_LDFLAGS = @ac_v4l2_ldflags@ 77 78 # QT 79 AC_PJMEDIA_VIDEO_HAS_QT = @ac_pjmedia_video_has_qt@ 80 QT_CFLAGS = @ac_qt_cflags@ 81 82 # iOS 83 IOS_CFLAGS = @ac_ios_cflags@ 84 85 # PJMEDIA features exclusion 86 PJ_VIDEO_CFLAGS += $(SDL_CFLAGS) $(FFMPEG_CFLAGS) $(V4L2_CFLAGS) $(QT_CFLAGS) \ 87 $(IOS_CFLAGS) 88 PJ_VIDEO_LDFLAGS += $(SDL_LDFLAGS) $(FFMPEG_LDFLAGS) $(V4L2_LDFLAGS) 89 90 61 91 # CFLAGS, LDFLAGS, and LIBS to be used by applications 62 92 export PJDIR := @ac_pjdir@ … … 65 95 export APP_CFLAGS := -DPJ_AUTOCONF=1\ 66 96 @CFLAGS@\ 97 $(PJ_VIDEO_CFLAGS) \ 67 98 -I$(PJDIR)/pjlib/include\ 68 99 -I$(PJDIR)/pjlib-util/include\ … … 77 108 -L$(PJDIR)/pjsip/lib\ 78 109 -L$(PJDIR)/third_party/lib\ 110 $(PJ_VIDEO_LDFLAGS) \ 79 111 @LDFLAGS@ 80 112 export APP_LDLIBS := -lpjsua-$(TARGET_NAME)\ … … 83 115 -lpjsip-$(TARGET_NAME)\ 84 116 -lpjmedia-codec-$(TARGET_NAME)\ 117 -lpjmedia-videodev-$(TARGET_NAME)\ 85 118 -lpjmedia-$(TARGET_NAME)\ 86 119 -lpjmedia-audiodev-$(TARGET_NAME)\ … … 96 129 $(PJ_DIR)/pjsip/lib/libpjsip-$(LIB_SUFFIX) \ 97 130 $(PJ_DIR)/pjmedia/lib/libpjmedia-codec-$(LIB_SUFFIX) \ 131 $(PJ_DIR)/pjmedia/lib/libpjmedia-videodev-$(LIB_SUFFIX) \ 98 132 $(PJ_DIR)/pjmedia/lib/libpjmedia-$(LIB_SUFFIX) \ 99 133 $(PJ_DIR)/pjmedia/lib/libpjmedia-audiodev-$(LIB_SUFFIX) \ -
pjproject/trunk/build/rules.mak
r3428 r3664 40 40 # FULL_SRCS is ../src/app/file1.c ../src/app/file1.S 41 41 # 42 FULL_SRCS = $(foreach file, $($(APP)_OBJS), $(SRCDIR)/$(basename $(file)). c $(SRCDIR)/$(basename $(file)).cpp $(SRCDIR)/$(basename $(file)).S)42 FULL_SRCS = $(foreach file, $($(APP)_OBJS), $(SRCDIR)/$(basename $(file)).m $(SRCDIR)/$(basename $(file)).c $(SRCDIR)/$(basename $(file)).cpp $(SRCDIR)/$(basename $(file)).S) 43 43 44 44 # -
pjproject/trunk/pjlib/include/pj/compat/cc_gcc.h
r3553 r3664 72 72 #define PJ_UNREACHED(x) 73 73 74 #define PJ_ALIGN_DATA(declaration, alignment) declaration __attribute__((aligned (alignment))) 75 76 74 77 #endif /* __PJ_COMPAT_CC_GCC_H__ */ 75 78 -
pjproject/trunk/pjlib/include/pj/compat/cc_msvc.h
r3553 r3664 81 81 #define PJ_UNREACHED(x) 82 82 83 #define PJ_ALIGN_DATA(declaration, alignment) __declspec(align(alignment)) declaration 84 85 83 86 #endif /* __PJ_COMPAT_CC_MSVC_H__ */ 84 87 -
pjproject/trunk/pjlib/include/pj/config.h
r3558 r3664 21 21 #define __PJ_CONFIG_H__ 22 22 23 #error "For PJSIP version 1.x, please switch your svn repository URL to https://svn.pjsip.org/repos/pjproject/branches/1.x"24 23 25 24 /** … … 47 46 #endif 48 47 48 /* PJ_ALIGN_DATA is compiler specific directive to align data address */ 49 #ifndef PJ_ALIGN_DATA 50 # error "PJ_ALIGN_DATA is not defined!" 51 #endif 49 52 50 53 /******************************************************************** … … 1123 1126 1124 1127 /** PJLIB version major number. */ 1125 #define PJ_VERSION_NUM_MAJOR 11128 #define PJ_VERSION_NUM_MAJOR 2 1126 1129 1127 1130 /** PJLIB version minor number. */ 1128 #define PJ_VERSION_NUM_MINOR 101131 #define PJ_VERSION_NUM_MINOR 0 1129 1132 1130 1133 /** PJLIB version revision number. */ … … 1135 1138 * web release version. 1136 1139 */ 1137 #define PJ_VERSION_NUM_EXTRA "- svn"1140 #define PJ_VERSION_NUM_EXTRA "-pre-alpha-svn" 1138 1141 1139 1142 /** -
pjproject/trunk/pjlib/include/pj/errno.h
r3553 r3664 469 469 * - PJNATH_ERRNO_START (PJ_ERRNO_START_USER + PJ_ERRNO_SPACE_SIZE*4) 470 470 * - PJMEDIA_AUDIODEV_ERRNO_START (PJ_ERRNO_START_USER + PJ_ERRNO_SPACE_SIZE*5) 471 * - PJ_SSL_ERRNO_START (PJ_ERRNO_START_USER + PJ_ERRNO_SPACE_SIZE*6) 472 * - PJMEDIA_VIDEODEV_ERRNO_START (PJ_ERRNO_START_USER + PJ_ERRNO_SPACE_SIZE*7) 471 473 */ 472 474 -
pjproject/trunk/pjlib/include/pj/os.h
r3553 r3664 1435 1435 /* **************************************************************************/ 1436 1436 /** 1437 * @defgroup PJ_APP_OS Application execution 1438 * @ingroup PJ_OS 1439 * @{ 1440 */ 1441 1442 /* Type for main function. */ 1443 typedef int (*pj_main_func_ptr)(int argc, char *argv[]); 1444 1445 /** 1446 * Run the application. This function has to be called in the main thread 1447 * and after doing the necessary initialization according to the flags 1448 * provided, it will call main_func() function. 1449 * 1450 * @param main_func Application's main function. 1451 * @param argc Number of arguments from the main() function, which 1452 * will be passed to main_func() function. 1453 * @param argv The arguments from the main() function, which will 1454 * be passed to main_func() function. 1455 * @param flags Flags for application execution, currently must be 0. 1456 * 1457 * @return main_func()'s return value. 1458 */ 1459 int pj_run_app(pj_main_func_ptr main_func, int argc, char *argv[], 1460 unsigned flags); 1461 1462 /** @} */ 1463 1464 1465 /* **************************************************************************/ 1466 /** 1437 1467 * Internal PJLIB function to initialize the threading subsystem. 1438 1468 * @return PJ_SUCCESS or the appropriate error code. -
pjproject/trunk/pjlib/src/pj/errno.c
r3553 r3664 34 34 PJ_END_DECL 35 35 36 #define PJLIB_MAX_ERR_MSG_HANDLER 8 36 #ifndef PJLIB_MAX_ERR_MSG_HANDLER 37 # define PJLIB_MAX_ERR_MSG_HANDLER 10 38 #endif 37 39 38 40 /* Error message handler. */ -
pjproject/trunk/pjlib/src/pj/os_core_symbian.cpp
r3553 r3664 1037 1037 1038 1038 #endif /* PJ_OS_HAS_CHECK_STACK */ 1039 1040 /* 1041 * pj_run_app() 1042 */ 1043 PJ_DEF(int) pj_run_app(pj_main_func_ptr main_func, int argc, char *argv[], 1044 unsigned flags) 1045 { 1046 return (*main_func)(argc, argv); 1047 } -
pjproject/trunk/pjlib/src/pj/os_core_unix.c
r3553 r3664 1820 1820 #endif /* PJ_TERM_HAS_COLOR */ 1821 1821 1822 /* 1823 * pj_run_app() 1824 */ 1825 PJ_DEF(int) pj_run_app(pj_main_func_ptr main_func, int argc, char *argv[], 1826 unsigned flags) 1827 { 1828 return (*main_func)(argc, argv); 1829 } -
pjproject/trunk/pjlib/src/pj/os_core_win32.c
r3553 r3664 1422 1422 1423 1423 #endif /* PJ_TERM_HAS_COLOR */ 1424 1425 /* 1426 * pj_run_app() 1427 */ 1428 PJ_DEF(int) pj_run_app(pj_main_func_ptr main_func, int argc, char *argv[], 1429 unsigned flags) 1430 { 1431 return (*main_func)(argc, argv); 1432 } -
pjproject/trunk/pjmedia/build/Makefile
r3319 r3664 19 19 export PJSDP_LIB:=../lib/libpjsdp-$(TARGET_NAME)$(LIBEXT) 20 20 export PJMEDIA_AUDIODEV_LIB:=../lib/libpjmedia-audiodev-$(TARGET_NAME)$(LIBEXT) 21 export PJMEDIA_VIDEODEV_LIB:=../lib/libpjmedia-videodev-$(TARGET_NAME)$(LIBEXT) 21 22 22 23 … … 28 29 $(CC_INC)../../pjlib/include \ 29 30 $(CC_INC)../../pjlib-util/include \ 31 $(CC_INC)../../pjmedia/include \ 30 32 $(CC_INC)../../pjnath/include \ 31 33 $(CC_INC)../.. \ … … 33 35 export _CXXFLAGS:= $(_CFLAGS) $(CC_CXXFLAGS) $(OS_CXXFLAGS) $(M_CXXFLAGS) \ 34 36 $(HOST_CXXFLAGS) $(CXXFLAGS) 35 export _LDFLAGS := $(subst /,$(HOST_PSEP),$(PJMEDIA_LIB)) \ 37 export _LDFLAGS := $(subst /,$(HOST_PSEP),$(PJMEDIA_VIDEODEV_LIB)) \ 38 $(subst /,$(HOST_PSEP),$(PJMEDIA_CODEC_LIB)) \ 39 $(subst /,$(HOST_PSEP),$(PJMEDIA_LIB)) \ 36 40 $(subst /,$(HOST_PSEP),$(PJMEDIA_AUDIODEV_LIB)) \ 37 $(subst /,$(HOST_PSEP),$(PJMEDIA_CODEC_LIB)) \38 41 $(subst /,$(HOST_PSEP),$(PJLIB_LIB)) \ 39 42 $(subst /,$(HOST_PSEP),$(PJLIB_UTIL_LIB)) \ … … 50 53 export PJMEDIA_SRCDIR = ../src/pjmedia 51 54 export PJMEDIA_OBJS += $(OS_OBJS) $(M_OBJS) $(CC_OBJS) $(HOST_OBJS) \ 52 alaw_ulaw.o alaw_ulaw_table.o bidirectional.o clock_thread.o codec.o \ 53 conference.o conf_switch.o delaybuf.o echo_common.o \ 55 alaw_ulaw.o alaw_ulaw_table.o avi_player.o \ 56 bidirectional.o clock_thread.o codec.o conference.o \ 57 conf_switch.o converter.o converter_libswscale.o \ 58 delaybuf.o echo_common.o \ 54 59 echo_port.o echo_suppress.o endpoint.o errno.o \ 60 event.o format.o ffmpeg_util.o \ 55 61 g711.o jbuf.o master_port.o mem_capture.o mem_player.o \ 56 62 null_port.o plc_common.o port.o splitcomb.o \ … … 59 65 sdp.o sdp_cmp.o sdp_neg.o session.o silencedet.o \ 60 66 sound_legacy.o sound_port.o stereo_port.o \ 61 stream.o tonegen.o transport_adapter_sample.o \ 62 transport_ice.o transport_loop.o \ 63 transport_srtp.o transport_udp.o \ 67 stream_common.o stream.o tonegen.o transport_adapter_sample.o \ 68 transport_ice.o transport_loop.o transport_srtp.o transport_udp.o \ 69 types.o vid_codec.o vid_codec_util.o \ 70 vid_port.o vid_stream.o vid_tee.o \ 64 71 wav_player.o wav_playlist.o wav_writer.o wave.o \ 65 72 wsola.o … … 79 86 80 87 ############################################################################### 88 # Defines for building PJMEDIA-VIDEODEV library 89 # 90 export PJMEDIA_VIDEODEV_SRCDIR = ../src/pjmedia-videodev 91 export PJMEDIA_VIDEODEV_OBJS += errno.o videodev.o ffmpeg_dev.o \ 92 colorbar_dev.o v4l2_dev.o 93 export PJMEDIA_VIDEODEV_CFLAGS += $(_CFLAGS) 94 95 96 ############################################################################### 81 97 # Defines for building PJSDP library 82 98 # Note that SDP functionality is already INCLUDED in PJMEDIA. … … 94 110 # 95 111 export PJMEDIA_CODEC_SRCDIR = ../src/pjmedia-codec 96 export PJMEDIA_CODEC_OBJS += \ 112 export PJMEDIA_CODEC_OBJS += audio_codecs.o ffmpeg_codecs.o \ 113 h263_packetizer.o h264_packetizer.o \ 97 114 $(OS_OBJS) $(M_OBJS) $(CC_OBJS) $(HOST_OBJS) \ 98 115 ipp_codecs.o $(CODEC_OBJS) … … 105 122 # 106 123 export PJMEDIA_TEST_SRCDIR = ../src/test 107 export PJMEDIA_TEST_OBJS += codec_vectors.o jbuf_test.o main.o mips_test.o rtp_test.o test.o 124 export PJMEDIA_TEST_OBJS += codec_vectors.o jbuf_test.o main.o mips_test.o \ 125 vid_codec_test.o vid_dev_test.o vid_port_test.o \ 126 rtp_test.o test.o 108 127 export PJMEDIA_TEST_OBJS += sdp_neg_test.o 109 128 export PJMEDIA_TEST_CFLAGS += $(_CFLAGS) … … 118 137 # $(TARGET) is defined in os-$(OS_NAME).mak file in current directory. 119 138 # 120 TARGETS := pjmedia pjmedia- audiodev pjmedia-codec pjsdp pjmedia-test139 TARGETS := pjmedia pjmedia-videodev pjmedia-audiodev pjmedia-codec pjsdp pjmedia-test 121 140 122 141 all: $(TARGETS) … … 133 152 distclean: realclean 134 153 135 .PHONY: dep depend pjmedia pjmedia-codec pjmedia- audiodev pjmedia-test clean realclean distclean154 .PHONY: dep depend pjmedia pjmedia-codec pjmedia-videodev pjmedia-audiodev pjmedia-test clean realclean distclean 136 155 137 156 pjmedia: … … 140 159 pjmedia-codec: 141 160 $(MAKE) -f $(RULES_MAK) APP=PJMEDIA_CODEC app=pjmedia-codec $(PJMEDIA_CODEC_LIB) 161 162 pjmedia-videodev: 163 $(MAKE) -f $(RULES_MAK) APP=PJMEDIA_VIDEODEV app=pjmedia-videodev $(PJMEDIA_VIDEODEV_LIB) 142 164 143 165 pjmedia-audiodev: … … 167 189 $(MAKE) -f $(RULES_MAK) APP=PJMEDIA app=pjmedia $@ 168 190 $(MAKE) -f $(RULES_MAK) APP=PJMEDIA_CODEC app=pjmedia-codec $@ 191 $(MAKE) -f $(RULES_MAK) APP=PJMEDIA_VIDEODEV app=pjmedia-videodev $@ 169 192 $(MAKE) -f $(RULES_MAK) APP=PJMEDIA_AUDIODEV app=pjmedia-audiodev $@ 170 193 $(MAKE) -f $(RULES_MAK) APP=PJSDP app=pjsdp $@ … … 173 196 realclean: 174 197 $(subst @@,$(subst /,$(HOST_PSEP),.pjmedia-$(TARGET_NAME).depend),$(HOST_RMR)) 198 $(subst @@,$(subst /,$(HOST_PSEP),.pjmedia-videodev-$(TARGET_NAME).depend),$(HOST_RMR)) 175 199 $(subst @@,$(subst /,$(HOST_PSEP),.pjmedia-audiodev-$(TARGET_NAME).depend),$(HOST_RMR)) 176 200 $(subst @@,$(subst /,$(HOST_PSEP),.pjmedia-codec-$(TARGET_NAME).depend),$(HOST_RMR)) … … 179 203 180 204 $(MAKE) -f $(RULES_MAK) APP=PJMEDIA app=pjmedia $@ 205 $(MAKE) -f $(RULES_MAK) APP=PJMEDIA_VIDEODEV app=pjmedia-videodev $@ 181 206 $(MAKE) -f $(RULES_MAK) APP=PJMEDIA_AUDIODEV app=pjmedia-audiodev $@ 182 207 $(MAKE) -f $(RULES_MAK) APP=PJMEDIA_CODEC app=pjmedia-codec $@ … … 186 211 depend: 187 212 $(MAKE) -f $(RULES_MAK) APP=PJMEDIA app=pjmedia $@ 213 $(MAKE) -f $(RULES_MAK) APP=PJMEDIA_VIDEODEV app=pjmedia-videodev $@ 188 214 $(MAKE) -f $(RULES_MAK) APP=PJMEDIA_AUDIODEV app=pjmedia-audiodev $@ 189 215 $(MAKE) -f $(RULES_MAK) APP=PJMEDIA_CODEC app=pjmedia-codec $@ -
pjproject/trunk/pjmedia/build/os-auto.mak.in
r3295 r3664 1 1 # @configure_input@ 2 2 3 # Define the desired video device backend 4 # Valid values are: 5 # - mac_os 6 # - iphone_os 7 AC_PJMEDIA_VIDEO = @ac_pjmedia_video@ 8 9 # SDL flags 10 SDL_CFLAGS = @ac_sdl_cflags@ 11 SDL_LDFLAGS = @ac_sdl_ldflags@ 12 13 # FFMPEG dlags 14 FFMPEG_CFLAGS = @ac_ffmpeg_cflags@ 15 FFMPEG_LDFLAGS = @ac_ffmpeg_ldflags@ 16 17 # Video4Linux2 18 V4L2_CFLAGS = @ac_v4l2_cflags@ 19 V4L2_LDFLAGS = @ac_v4l2_ldflags@ 20 21 # QT 22 AC_PJMEDIA_VIDEO_HAS_QT = @ac_pjmedia_video_has_qt@ 23 QT_CFLAGS = @ac_qt_cflags@ 24 25 # iOS 26 IOS_CFLAGS = @ac_ios_cflags@ 27 3 28 # PJMEDIA features exclusion 4 export CFLAGS += @ac_no_small_filter@ @ac_no_large_filter@ @ac_no_speex_aec@ 29 export CFLAGS += @ac_no_small_filter@ @ac_no_large_filter@ @ac_no_speex_aec@ \ 30 $(SDL_CFLAGS) $(FFMPEG_CFLAGS) $(V4L2_CFLAGS) $(QT_CFLAGS) \ 31 $(IOS_CFLAGS) 32 export LDFLAGS += $(SDL_LDFLAGS) $(FFMPEG_LDFLAGS) $(V4L2_LDFLAGS) 5 33 6 34 # Define the desired sound device backend … … 119 147 endif 120 148 149 # 150 # QT video device 151 # 152 ifeq ($(AC_PJMEDIA_VIDEO_HAS_QT),yes) 153 export PJMEDIA_VIDEODEV_OBJS += qt_dev.o 154 endif 121 155 156 # 157 # iOS video device 158 # 159 ifeq ($(AC_PJMEDIA_VIDEO),iphone_os) 160 export PJMEDIA_VIDEODEV_OBJS += ios_dev.o 161 endif 162 163 # 164 # Determine whether we should compile the obj-c version of a particular source code 165 # 166 ifeq ($(AC_PJMEDIA_VIDEO),$(filter $(AC_PJMEDIA_VIDEO),mac_os iphone_os)) 167 # Mac and iPhone OS specific, use obj-c 168 export PJMEDIA_VIDEODEV_OBJS += sdl_dev_m.o 169 else 170 # Other platforms, compile .c 171 export PJMEDIA_VIDEODEV_OBJS += sdl_dev.o 172 endif -
pjproject/trunk/pjmedia/build/pjmedia.vcproj
r2755 r3664 12 12 /> 13 13 <Platform 14 Name="Pocket PC 2003 (ARMV4)" 15 /> 16 <Platform 17 Name="Smartphone 2003 (ARMV4)" 18 /> 19 <Platform 14 20 Name="Windows Mobile 6 Standard SDK (ARMV4I)" 15 21 /> 16 22 <Platform 17 23 Name="Windows Mobile 6 Professional SDK (ARMV4I)" 18 />19 <Platform20 Name="Pocket PC 2003 (ARMV4)"21 />22 <Platform23 Name="Smartphone 2003 (ARMV4)"24 24 /> 25 25 <Platform … … 35 35 <Configuration 36 36 Name="Release|Win32" 37 ConfigurationType="4" 37 38 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-win32-release-defaults.vsprops" 38 39 UseOfMFC="0" 39 40 ATLMinimizesCRunTimeLibraryUsage="false" 40 41 41 CharacterSet="2" 42 43 ConfigurationType="4"44 UseOfMFC="0"45 42 > 46 43 <Tool … … 61 58 <Tool 62 59 Name="VCCLCompilerTool" 60 AdditionalIncludeDirectories="../include;../../pjlib/include;"../../pjlib-util/include";../../pjnath/include;../../third_party/portaudio/include;../../third_party/speex/include;../../third_party/build/srtp;../../third_party/srtp/include;../../third_party/srtp/crypto/include;../..;"$(DXSDK_DIR)include"" 63 61 PreprocessorDefinitions="_LIB;" 64 65 AdditionalIncludeDirectories="../include;../../pjlib/include;"../../pjlib-util/include";../../pjnath/include;../../third_party/portaudio/include;../../third_party/speex/include;../../third_party/build/srtp;../../third_party/srtp/include;../../third_party/srtp/crypto/include;../..;"$(DXSDK_DIR)include""66 62 PrecompiledHeaderFile="" 67 63 /> … … 95 91 </Configuration> 96 92 <Configuration 97 Name="Release| Windows Mobile 6 Standard SDK (ARMV4I)"98 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops"99 93 Name="Release|Pocket PC 2003 (ARMV4)" 94 ConfigurationType="4" 95 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm2003-release-defaults.vsprops" 100 96 ATLMinimizesCRunTimeLibraryUsage="false" 101 102 97 CharacterSet="1" 103 104 ConfigurationType="4"105 98 > 106 99 <Tool … … 121 114 <Tool 122 115 Name="VCCLCompilerTool" 123 PreprocessorDefinitions="_LIB;"124 125 116 ExecutionBucket="7" 126 117 AdditionalIncludeDirectories="../include,../../pjlib/include,../../pjlib-util/include,../../pjnath/include,../../third_party/portaudio/include,../../third_party/speex/include,../../third_party/build/srtp,../../third_party/srtp/include,../../third_party/srtp/crypto/include;../.." 118 PreprocessorDefinitions="_LIB;" 127 119 PrecompiledHeaderFile="" 128 120 /> … … 138 130 <Tool 139 131 Name="VCLibrarianTool" 140 OutputFile="..\lib\$(ProjectName)-$(TargetCPU)-wm6std-vc$(VSVer)-$(ConfigurationName).lib" 141 132 OutputFile="..\lib\$(ProjectName)-$(TargetCPU)-wm2003ppc-vc$(VSVer)-$(ConfigurationName).lib" 142 133 /> 143 134 <Tool … … 166 157 </Configuration> 167 158 <Configuration 168 Name="Release| Windows Mobile 6 Professional SDK (ARMV4I)"169 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops"170 159 Name="Release|Smartphone 2003 (ARMV4)" 160 ConfigurationType="4" 161 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm2003-release-defaults.vsprops" 171 162 ATLMinimizesCRunTimeLibraryUsage="false" 172 173 163 CharacterSet="1" 174 175 ConfigurationType="4"176 164 > 177 165 <Tool … … 192 180 <Tool 193 181 Name="VCCLCompilerTool" 194 PreprocessorDefinitions="_LIB;"195 196 182 ExecutionBucket="7" 197 183 AdditionalIncludeDirectories="../include,../../pjlib/include,../../pjlib-util/include,../../pjnath/include,../../third_party/portaudio/include,../../third_party/speex/include,../../third_party/build/srtp,../../third_party/srtp/include,../../third_party/srtp/crypto/include;../.." 184 PreprocessorDefinitions="_LIB;" 198 185 PrecompiledHeaderFile="" 199 186 /> … … 209 196 <Tool 210 197 Name="VCLibrarianTool" 211 OutputFile="..\lib\$(ProjectName)-$(TargetCPU)-wm6pro-vc$(VSVer)-$(ConfigurationName).lib" 212 198 OutputFile="..\lib\$(ProjectName)-$(TargetCPU)-wm2003sp-vc$(VSVer)-$(ConfigurationName).lib" 213 199 /> 214 200 <Tool … … 238 224 <Configuration 239 225 Name="Debug|Win32" 226 ConfigurationType="4" 240 227 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-win32-common-defaults.vsprops" 241 228 UseOfMFC="0" 242 229 ATLMinimizesCRunTimeLibraryUsage="false" 243 244 230 CharacterSet="2" 245 246 ConfigurationType="4"247 UseOfMFC="0"248 231 > 249 232 <Tool … … 264 247 <Tool 265 248 Name="VCCLCompilerTool" 249 AdditionalIncludeDirectories="../include;../../pjlib/include;"../../pjlib-util/include";../../pjnath/include;../../third_party/portaudio/include;../../third_party/speex/include;../../third_party/build/srtp;../../third_party/srtp/include;../../third_party/srtp/crypto/include;../..;"$(DXSDK_DIR)include"" 266 250 PreprocessorDefinitions="_LIB;" 267 268 AdditionalIncludeDirectories="../include;../../pjlib/include;"../../pjlib-util/include";../../pjnath/include;../../third_party/portaudio/include;../../third_party/speex/include;../../third_party/build/srtp;../../third_party/srtp/include;../../third_party/srtp/crypto/include;../..;"$(DXSDK_DIR)include""269 251 PrecompiledHeaderFile="" 270 252 /> … … 280 262 <Tool 281 263 Name="VCLibrarianTool" 264 IgnoreDefaultLibraryNames="" 282 265 /> 283 266 <Tool … … 298 281 </Configuration> 299 282 <Configuration 300 Name="Debug| Windows Mobile 6 Standard SDK (ARMV4I)"301 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops"302 283 Name="Debug|Pocket PC 2003 (ARMV4)" 284 ConfigurationType="4" 285 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm2003-common-defaults.vsprops" 303 286 ATLMinimizesCRunTimeLibraryUsage="false" 304 305 287 CharacterSet="1" 306 307 ConfigurationType="4"308 288 > 309 289 <Tool … … 324 304 <Tool 325 305 Name="VCCLCompilerTool" 326 PreprocessorDefinitions="_LIB;"327 328 306 ExecutionBucket="7" 329 307 AdditionalIncludeDirectories="../include,../../pjlib/include,../../pjlib-util/include,../../pjnath/include,../../third_party/portaudio/include,../../third_party/speex/include,../../third_party/build/srtp,../../third_party/srtp/include,../../third_party/srtp/crypto/include;../.." 308 PreprocessorDefinitions="_LIB;" 330 309 PrecompiledHeaderFile="" 331 310 /> … … 341 320 <Tool 342 321 Name="VCLibrarianTool" 343 OutputFile="..\lib\$(ProjectName)-$(TargetCPU)-wm6std-vc$(VSVer)-$(ConfigurationName).lib" 344 322 OutputFile="..\lib\$(ProjectName)-$(TargetCPU)-wm2003ppc-vc$(VSVer)-$(ConfigurationName).lib" 345 323 /> 346 324 <Tool … … 369 347 </Configuration> 370 348 <Configuration 371 Name="Debug| Windows Mobile 6 Professional SDK (ARMV4I)"372 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops"373 349 Name="Debug|Smartphone 2003 (ARMV4)" 350 ConfigurationType="4" 351 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm2003-common-defaults.vsprops" 374 352 ATLMinimizesCRunTimeLibraryUsage="false" 375 376 353 CharacterSet="1" 377 378 ConfigurationType="4"379 354 > 380 355 <Tool … … 395 370 <Tool 396 371 Name="VCCLCompilerTool" 397 PreprocessorDefinitions="_LIB;"398 399 372 ExecutionBucket="7" 400 373 AdditionalIncludeDirectories="../include,../../pjlib/include,../../pjlib-util/include,../../pjnath/include,../../third_party/portaudio/include,../../third_party/speex/include,../../third_party/build/srtp,../../third_party/srtp/include,../../third_party/srtp/crypto/include;../.." 374 PreprocessorDefinitions="_LIB;" 401 375 PrecompiledHeaderFile="" 402 376 /> … … 412 386 <Tool 413 387 Name="VCLibrarianTool" 414 OutputFile="..\lib\$(ProjectName)-$(TargetCPU)-wm6pro-vc$(VSVer)-$(ConfigurationName).lib" 415 388 OutputFile="..\lib\$(ProjectName)-$(TargetCPU)-wm2003sp-vc$(VSVer)-$(ConfigurationName).lib" 416 389 /> 417 390 <Tool … … 441 414 <Configuration 442 415 Name="Debug-Static|Win32" 416 ConfigurationType="4" 443 417 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-win32-common-defaults.vsprops" 444 418 UseOfMFC="0" 445 419 ATLMinimizesCRunTimeLibraryUsage="false" 446 447 420 CharacterSet="2" 448 449 ConfigurationType="4"450 UseOfMFC="0"451 421 > 452 422 <Tool … … 467 437 <Tool 468 438 Name="VCCLCompilerTool" 439 AdditionalIncludeDirectories="../include;../../pjlib/include;"../../pjlib-util/include";../../pjnath/include;../../third_party/portaudio/include;../../third_party/speex/include;../../third_party/build/srtp;../../third_party/srtp/include;../../third_party/srtp/crypto/include;../..;"$(DXSDK_DIR)include"" 469 440 PreprocessorDefinitions="_LIB;" 470 471 AdditionalIncludeDirectories="../include;../../pjlib/include;"../../pjlib-util/include";../../pjnath/include;../../third_party/portaudio/include;../../third_party/speex/include;../../third_party/build/srtp;../../third_party/srtp/include;../../third_party/srtp/crypto/include;../..;"$(DXSDK_DIR)include""472 441 PrecompiledHeaderFile="" 473 442 /> … … 501 470 </Configuration> 502 471 <Configuration 503 Name="Debug-Static| Windows Mobile 6 Standard SDK (ARMV4I)"504 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops"505 472 Name="Debug-Static|Pocket PC 2003 (ARMV4)" 473 ConfigurationType="4" 474 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm2003-common-defaults.vsprops" 506 475 ATLMinimizesCRunTimeLibraryUsage="false" 507 508 476 CharacterSet="1" 509 510 ConfigurationType="4"511 477 > 512 478 <Tool … … 527 493 <Tool 528 494 Name="VCCLCompilerTool" 529 PreprocessorDefinitions="_LIB;"530 531 495 ExecutionBucket="7" 532 496 AdditionalIncludeDirectories="../include,../../pjlib/include,../../pjlib-util/include,../../pjnath/include,../../third_party/portaudio/include,../../third_party/speex/include,../../third_party/build/srtp,../../third_party/srtp/include,../../third_party/srtp/crypto/include;../.." 497 PreprocessorDefinitions="_LIB;" 533 498 PrecompiledHeaderFile="" 534 499 /> … … 544 509 <Tool 545 510 Name="VCLibrarianTool" 546 OutputFile="..\lib\$(ProjectName)-$(TargetCPU)-wm6std-vc$(VSVer)-$(ConfigurationName).lib" 547 511 OutputFile="..\lib\$(ProjectName)-$(TargetCPU)-wm2003ppc-vc$(VSVer)-$(ConfigurationName).lib" 548 512 /> 549 513 <Tool … … 572 536 </Configuration> 573 537 <Configuration 574 Name="Debug-Static| Windows Mobile 6 Professional SDK (ARMV4I)"575 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops"576 538 Name="Debug-Static|Smartphone 2003 (ARMV4)" 539 ConfigurationType="4" 540 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm2003-common-defaults.vsprops" 577 541 ATLMinimizesCRunTimeLibraryUsage="false" 578 579 542 CharacterSet="1" 580 581 ConfigurationType="4"582 543 > 583 544 <Tool … … 598 559 <Tool 599 560 Name="VCCLCompilerTool" 600 PreprocessorDefinitions="_LIB;"601 602 561 ExecutionBucket="7" 603 562 AdditionalIncludeDirectories="../include,../../pjlib/include,../../pjlib-util/include,../../pjnath/include,../../third_party/portaudio/include,../../third_party/speex/include,../../third_party/build/srtp,../../third_party/srtp/include,../../third_party/srtp/crypto/include;../.." 563 PreprocessorDefinitions="_LIB;" 604 564 PrecompiledHeaderFile="" 605 565 /> … … 615 575 <Tool 616 576 Name="VCLibrarianTool" 617 OutputFile="..\lib\$(ProjectName)-$(TargetCPU)-wm6pro-vc$(VSVer)-$(ConfigurationName).lib" 618 577 OutputFile="..\lib\$(ProjectName)-$(TargetCPU)-wm2003sp-vc$(VSVer)-$(ConfigurationName).lib" 619 578 /> 620 579 <Tool … … 644 603 <Configuration 645 604 Name="Release-Dynamic|Win32" 605 ConfigurationType="4" 646 606 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-win32-release-defaults.vsprops" 647 607 UseOfMFC="0" 648 608 ATLMinimizesCRunTimeLibraryUsage="false" 649 650 609 CharacterSet="2" 651 652 ConfigurationType="4"653 UseOfMFC="0"654 610 > 655 611 <Tool … … 670 626 <Tool 671 627 Name="VCCLCompilerTool" 628 AdditionalIncludeDirectories="../include;../../pjlib/include;"../../pjlib-util/include";../../pjnath/include;../../third_party/portaudio/include;../../third_party/speex/include;../../third_party/build/srtp;../../third_party/srtp/include;../../third_party/srtp/crypto/include;../..;"$(DXSDK_DIR)include"" 672 629 PreprocessorDefinitions="_LIB;" 673 674 AdditionalIncludeDirectories="../include;../../pjlib/include;"../../pjlib-util/include";../../pjnath/include;../../third_party/portaudio/include;../../third_party/speex/include;../../third_party/build/srtp;../../third_party/srtp/include;../../third_party/srtp/crypto/include;../..;"$(DXSDK_DIR)include""675 630 PrecompiledHeaderFile="" 676 631 /> … … 704 659 </Configuration> 705 660 <Configuration 706 Name="Release-Dynamic| Windows Mobile 6 Standard SDK (ARMV4I)"707 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops"708 661 Name="Release-Dynamic|Pocket PC 2003 (ARMV4)" 662 ConfigurationType="4" 663 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm2003-release-defaults.vsprops" 709 664 ATLMinimizesCRunTimeLibraryUsage="false" 710 711 665 CharacterSet="1" 712 713 ConfigurationType="4"714 666 > 715 667 <Tool … … 730 682 <Tool 731 683 Name="VCCLCompilerTool" 732 PreprocessorDefinitions="_LIB;"733 734 684 ExecutionBucket="7" 735 685 AdditionalIncludeDirectories="../include,../../pjlib/include,../../pjlib-util/include,../../pjnath/include,../../third_party/portaudio/include,../../third_party/speex/include,../../third_party/build/srtp,../../third_party/srtp/include,../../third_party/srtp/crypto/include;../.." 686 PreprocessorDefinitions="_LIB;" 736 687 PrecompiledHeaderFile="" 737 688 /> … … 747 698 <Tool 748 699 Name="VCLibrarianTool" 749 OutputFile="..\lib\$(ProjectName)-$(TargetCPU)-wm6std-vc$(VSVer)-$(ConfigurationName).lib" 750 700 OutputFile="..\lib\$(ProjectName)-$(TargetCPU)-wm2003ppc-vc$(VSVer)-$(ConfigurationName).lib" 751 701 /> 752 702 <Tool … … 775 725 </Configuration> 776 726 <Configuration 777 Name="Release-Dynamic| Windows Mobile 6 Professional SDK (ARMV4I)"778 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops"779 727 Name="Release-Dynamic|Smartphone 2003 (ARMV4)" 728 ConfigurationType="4" 729 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm2003-release-defaults.vsprops" 780 730 ATLMinimizesCRunTimeLibraryUsage="false" 781 782 731 CharacterSet="1" 783 784 ConfigurationType="4"785 732 > 786 733 <Tool … … 801 748 <Tool 802 749 Name="VCCLCompilerTool" 803 PreprocessorDefinitions="_LIB;"804 805 750 ExecutionBucket="7" 806 751 AdditionalIncludeDirectories="../include,../../pjlib/include,../../pjlib-util/include,../../pjnath/include,../../third_party/portaudio/include,../../third_party/speex/include,../../third_party/build/srtp,../../third_party/srtp/include,../../third_party/srtp/crypto/include;../.." 752 PreprocessorDefinitions="_LIB;" 807 753 PrecompiledHeaderFile="" 808 754 /> … … 818 764 <Tool 819 765 Name="VCLibrarianTool" 820 OutputFile="..\lib\$(ProjectName)-$(TargetCPU)-wm6pro-vc$(VSVer)-$(ConfigurationName).lib" 821 766 OutputFile="..\lib\$(ProjectName)-$(TargetCPU)-wm2003sp-vc$(VSVer)-$(ConfigurationName).lib" 822 767 /> 823 768 <Tool … … 847 792 <Configuration 848 793 Name="Debug-Dynamic|Win32" 794 ConfigurationType="4" 849 795 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-win32-common-defaults.vsprops" 850 796 UseOfMFC="0" 851 797 ATLMinimizesCRunTimeLibraryUsage="false" 852 853 798 CharacterSet="2" 854 855 ConfigurationType="4"856 UseOfMFC="0"857 799 > 858 800 <Tool … … 873 815 <Tool 874 816 Name="VCCLCompilerTool" 817 AdditionalIncludeDirectories="../include;../../pjlib/include;"../../pjlib-util/include";../../pjnath/include;../../third_party/portaudio/include;../../third_party/speex/include;../../third_party/build/srtp;../../third_party/srtp/include;../../third_party/srtp/crypto/include;../..;"$(DXSDK_DIR)include"" 875 818 PreprocessorDefinitions="_LIB;" 876 877 AdditionalIncludeDirectories="../include;../../pjlib/include;"../../pjlib-util/include";../../pjnath/include;../../third_party/portaudio/include;../../third_party/speex/include;../../third_party/build/srtp;../../third_party/srtp/include;../../third_party/srtp/crypto/include;../..;"$(DXSDK_DIR)include""878 819 PrecompiledHeaderFile="" 879 820 /> … … 907 848 </Configuration> 908 849 <Configuration 909 Name="Debug-Dynamic| Windows Mobile 6 Standard SDK (ARMV4I)"910 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops"911 850 Name="Debug-Dynamic|Pocket PC 2003 (ARMV4)" 851 ConfigurationType="4" 852 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm2003-common-defaults.vsprops" 912 853 ATLMinimizesCRunTimeLibraryUsage="false" 913 914 854 CharacterSet="1" 915 916 ConfigurationType="4"917 855 > 918 856 <Tool … … 933 871 <Tool 934 872 Name="VCCLCompilerTool" 935 PreprocessorDefinitions="_LIB;"936 937 873 ExecutionBucket="7" 938 874 AdditionalIncludeDirectories="../include,../../pjlib/include,../../pjlib-util/include,../../pjnath/include,../../third_party/portaudio/include,../../third_party/speex/include,../../third_party/build/srtp,../../third_party/srtp/include,../../third_party/srtp/crypto/include;../.." 875 PreprocessorDefinitions="_LIB;" 939 876 PrecompiledHeaderFile="" 940 877 /> … … 950 887 <Tool 951 888 Name="VCLibrarianTool" 952 OutputFile="..\lib\$(ProjectName)-$(TargetCPU)-wm6std-vc$(VSVer)-$(ConfigurationName).lib" 953 889 OutputFile="..\lib\$(ProjectName)-$(TargetCPU)-wm2003ppc-vc$(VSVer)-$(ConfigurationName).lib" 954 890 /> 955 891 <Tool … … 978 914 </Configuration> 979 915 <Configuration 980 Name="Debug-Dynamic| Windows Mobile 6 Professional SDK (ARMV4I)"981 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops"982 916 Name="Debug-Dynamic|Smartphone 2003 (ARMV4)" 917 ConfigurationType="4" 918 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm2003-common-defaults.vsprops" 983 919 ATLMinimizesCRunTimeLibraryUsage="false" 984 985 920 CharacterSet="1" 986 987 ConfigurationType="4"988 921 > 989 922 <Tool … … 1004 937 <Tool 1005 938 Name="VCCLCompilerTool" 1006 PreprocessorDefinitions="_LIB;"1007 1008 939 ExecutionBucket="7" 1009 940 AdditionalIncludeDirectories="../include,../../pjlib/include,../../pjlib-util/include,../../pjnath/include,../../third_party/portaudio/include,../../third_party/speex/include,../../third_party/build/srtp,../../third_party/srtp/include,../../third_party/srtp/crypto/include;../.." 941 PreprocessorDefinitions="_LIB;" 1010 942 PrecompiledHeaderFile="" 1011 943 /> … … 1021 953 <Tool 1022 954 Name="VCLibrarianTool" 1023 OutputFile="..\lib\$(ProjectName)-$(TargetCPU)-wm6pro-vc$(VSVer)-$(ConfigurationName).lib" 1024 955 OutputFile="..\lib\$(ProjectName)-$(TargetCPU)-wm2003sp-vc$(VSVer)-$(ConfigurationName).lib" 1025 956 /> 1026 957 <Tool … … 1050 981 <Configuration 1051 982 Name="Release-Static|Win32" 983 ConfigurationType="4" 1052 984 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-win32-release-defaults.vsprops" 1053 985 UseOfMFC="0" 1054 986 ATLMinimizesCRunTimeLibraryUsage="false" 1055 1056 987 CharacterSet="2" 1057 1058 ConfigurationType="4"1059 UseOfMFC="0"1060 988 > 1061 989 <Tool … … 1076 1004 <Tool 1077 1005 Name="VCCLCompilerTool" 1006 AdditionalIncludeDirectories="../include;../../pjlib/include;"../../pjlib-util/include";../../pjnath/include;../../third_party/portaudio/include;../../third_party/speex/include;../../third_party/build/srtp;../../third_party/srtp/include;../../third_party/srtp/crypto/include;../..;"$(DXSDK_DIR)include"" 1078 1007 PreprocessorDefinitions="_LIB;" 1079 1080 AdditionalIncludeDirectories="../include;../../pjlib/include;"../../pjlib-util/include";../../pjnath/include;../../third_party/portaudio/include;../../third_party/speex/include;../../third_party/build/srtp;../../third_party/srtp/include;../../third_party/srtp/crypto/include;../..;"$(DXSDK_DIR)include""1081 1008 PrecompiledHeaderFile="" 1082 1009 /> … … 1110 1037 </Configuration> 1111 1038 <Configuration 1112 Name="Release-Static| Windows Mobile 6 Standard SDK (ARMV4I)"1113 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops"1114 1039 Name="Release-Static|Pocket PC 2003 (ARMV4)" 1040 ConfigurationType="4" 1041 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm2003-release-defaults.vsprops" 1115 1042 ATLMinimizesCRunTimeLibraryUsage="false" 1116 1117 1043 CharacterSet="1" 1118 1119 ConfigurationType="4"1120 1044 > 1121 1045 <Tool … … 1136 1060 <Tool 1137 1061 Name="VCCLCompilerTool" 1138 PreprocessorDefinitions="_LIB;"1139 1140 1062 ExecutionBucket="7" 1141 1063 AdditionalIncludeDirectories="../include,../../pjlib/include,../../pjlib-util/include,../../pjnath/include,../../third_party/portaudio/include,../../third_party/speex/include,../../third_party/build/srtp,../../third_party/srtp/include,../../third_party/srtp/crypto/include;../.." 1064 PreprocessorDefinitions="_LIB;" 1142 1065 PrecompiledHeaderFile="" 1143 1066 /> … … 1153 1076 <Tool 1154 1077 Name="VCLibrarianTool" 1155 OutputFile="..\lib\$(ProjectName)-$(TargetCPU)-wm6std-vc$(VSVer)-$(ConfigurationName).lib" 1156 1078 OutputFile="..\lib\$(ProjectName)-$(TargetCPU)-wm2003ppc-vc$(VSVer)-$(ConfigurationName).lib" 1157 1079 /> 1158 1080 <Tool … … 1181 1103 </Configuration> 1182 1104 <Configuration 1183 Name="Release-Static| Windows Mobile 6 Professional SDK (ARMV4I)"1184 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops"1185 1105 Name="Release-Static|Smartphone 2003 (ARMV4)" 1106 ConfigurationType="4" 1107 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm2003-release-defaults.vsprops" 1186 1108 ATLMinimizesCRunTimeLibraryUsage="false" 1187 1188 1109 CharacterSet="1" 1189 1190 ConfigurationType="4"1191 1110 > 1192 1111 <Tool … … 1207 1126 <Tool 1208 1127 Name="VCCLCompilerTool" 1209 PreprocessorDefinitions="_LIB;"1210 1211 1128 ExecutionBucket="7" 1212 1129 AdditionalIncludeDirectories="../include,../../pjlib/include,../../pjlib-util/include,../../pjnath/include,../../third_party/portaudio/include,../../third_party/speex/include,../../third_party/build/srtp,../../third_party/srtp/include,../../third_party/srtp/crypto/include;../.." 1130 PreprocessorDefinitions="_LIB;" 1213 1131 PrecompiledHeaderFile="" 1214 1132 /> … … 1224 1142 <Tool 1225 1143 Name="VCLibrarianTool" 1226 OutputFile="..\lib\$(ProjectName)-$(TargetCPU)-wm6pro-vc$(VSVer)-$(ConfigurationName).lib" 1227 1144 OutputFile="..\lib\$(ProjectName)-$(TargetCPU)-wm2003sp-vc$(VSVer)-$(ConfigurationName).lib" 1228 1145 /> 1229 1146 <Tool … … 1252 1169 </Configuration> 1253 1170 <Configuration 1254 Name="Release| Pocket PC 2003 (ARMV4)"1255 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm2003-release-defaults.vsprops"1256 1171 Name="Release|Windows Mobile 6 Standard SDK (ARMV4I)" 1172 ConfigurationType="4" 1173 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops" 1257 1174 ATLMinimizesCRunTimeLibraryUsage="false" 1258 1259 1175 CharacterSet="1" 1260 1261 ConfigurationType="4"1262 1176 > 1263 1177 <Tool … … 1278 1192 <Tool 1279 1193 Name="VCCLCompilerTool" 1280 PreprocessorDefinitions="_LIB;"1281 1282 1194 ExecutionBucket="7" 1283 1195 AdditionalIncludeDirectories="../include,../../pjlib/include,../../pjlib-util/include,../../pjnath/include,../../third_party/portaudio/include,../../third_party/speex/include,../../third_party/build/srtp,../../third_party/srtp/include,../../third_party/srtp/crypto/include;../.." 1196 PreprocessorDefinitions="_LIB;" 1284 1197 PrecompiledHeaderFile="" 1285 1198 /> … … 1295 1208 <Tool 1296 1209 Name="VCLibrarianTool" 1297 OutputFile="..\lib\$(ProjectName)-$(TargetCPU)-wm2003ppc-vc$(VSVer)-$(ConfigurationName).lib" 1298 1210 OutputFile="..\lib\$(ProjectName)-$(TargetCPU)-wm6std-vc$(VSVer)-$(ConfigurationName).lib" 1299 1211 /> 1300 1212 <Tool … … 1323 1235 </Configuration> 1324 1236 <Configuration 1325 Name=" Debug|Pocket PC 2003 (ARMV4)"1326 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm2003-common-defaults.vsprops"1327 1237 Name="Release|Windows Mobile 6 Professional SDK (ARMV4I)" 1238 ConfigurationType="4" 1239 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops" 1328 1240 ATLMinimizesCRunTimeLibraryUsage="false" 1329 1330 1241 CharacterSet="1" 1331 1332 ConfigurationType="4"1333 1242 > 1334 1243 <Tool … … 1349 1258 <Tool 1350 1259 Name="VCCLCompilerTool" 1351 PreprocessorDefinitions="_LIB;"1352 1353 1260 ExecutionBucket="7" 1354 1261 AdditionalIncludeDirectories="../include,../../pjlib/include,../../pjlib-util/include,../../pjnath/include,../../third_party/portaudio/include,../../third_party/speex/include,../../third_party/build/srtp,../../third_party/srtp/include,../../third_party/srtp/crypto/include;../.." 1262 PreprocessorDefinitions="_LIB;" 1355 1263 PrecompiledHeaderFile="" 1356 1264 /> … … 1366 1274 <Tool 1367 1275 Name="VCLibrarianTool" 1368 OutputFile="..\lib\$(ProjectName)-$(TargetCPU)-wm2003ppc-vc$(VSVer)-$(ConfigurationName).lib" 1369 1276 OutputFile="..\lib\$(ProjectName)-$(TargetCPU)-wm6pro-vc$(VSVer)-$(ConfigurationName).lib" 1370 1277 /> 1371 1278 <Tool … … 1394 1301 </Configuration> 1395 1302 <Configuration 1396 Name=" Debug-Static|Pocket PC 2003 (ARMV4)"1397 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm2003-common-defaults.vsprops"1398 1303 Name="Release|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)" 1304 ConfigurationType="4" 1305 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm5-release-defaults.vsprops" 1399 1306 ATLMinimizesCRunTimeLibraryUsage="false" 1400 1401 1307 CharacterSet="1" 1402 1403 ConfigurationType="4"1404 1308 > 1405 1309 <Tool … … 1420 1324 <Tool 1421 1325 Name="VCCLCompilerTool" 1422 PreprocessorDefinitions="_LIB;"1423 1424 1326 ExecutionBucket="7" 1425 1327 AdditionalIncludeDirectories="../include,../../pjlib/include,../../pjlib-util/include,../../pjnath/include,../../third_party/portaudio/include,../../third_party/speex/include,../../third_party/build/srtp,../../third_party/srtp/include,../../third_party/srtp/crypto/include;../.." 1328 PreprocessorDefinitions="_LIB;" 1426 1329 PrecompiledHeaderFile="" 1427 1330 /> … … 1437 1340 <Tool 1438 1341 Name="VCLibrarianTool" 1439 OutputFile="..\lib\$(ProjectName)-$(TargetCPU)-wm2003ppc-vc$(VSVer)-$(ConfigurationName).lib" 1440 1342 OutputFile="..\lib\$(ProjectName)-$(TargetCPU)-wm5ppc-vc$(VSVer)-$(ConfigurationName).lib" 1441 1343 /> 1442 1344 <Tool … … 1465 1367 </Configuration> 1466 1368 <Configuration 1467 Name="Release -Dynamic|Pocket PC 2003 (ARMV4)"1468 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm2003-release-defaults.vsprops"1469 1369 Name="Release|Windows Mobile 5.0 Smartphone SDK (ARMV4I)" 1370 ConfigurationType="4" 1371 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm5-release-defaults.vsprops" 1470 1372 ATLMinimizesCRunTimeLibraryUsage="false" 1471 1472 1373 CharacterSet="1" 1473 1474 ConfigurationType="4"1475 1374 > 1476 1375 <Tool … … 1491 1390 <Tool 1492 1391 Name="VCCLCompilerTool" 1493 PreprocessorDefinitions="_LIB;"1494 1495 1392 ExecutionBucket="7" 1496 1393 AdditionalIncludeDirectories="../include,../../pjlib/include,../../pjlib-util/include,../../pjnath/include,../../third_party/portaudio/include,../../third_party/speex/include,../../third_party/build/srtp,../../third_party/srtp/include,../../third_party/srtp/crypto/include;../.." 1394 PreprocessorDefinitions="_LIB;" 1497 1395 PrecompiledHeaderFile="" 1498 1396 /> … … 1508 1406 <Tool 1509 1407 Name="VCLibrarianTool" 1510 OutputFile="..\lib\$(ProjectName)-$(TargetCPU)-wm2003ppc-vc$(VSVer)-$(ConfigurationName).lib" 1511 1408 OutputFile="..\lib\$(ProjectName)-$(TargetCPU)-wm5sp-vc$(VSVer)-$(ConfigurationName).lib" 1512 1409 /> 1513 1410 <Tool … … 1536 1433 </Configuration> 1537 1434 <Configuration 1538 Name="Debug -Dynamic|Pocket PC 2003 (ARMV4)"1539 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm2003-common-defaults.vsprops"1540 1435 Name="Debug|Windows Mobile 6 Standard SDK (ARMV4I)" 1436 ConfigurationType="4" 1437 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops" 1541 1438 ATLMinimizesCRunTimeLibraryUsage="false" 1542 1543 1439 CharacterSet="1" 1544 1545 ConfigurationType="4"1546 1440 > 1547 1441 <Tool … … 1562 1456 <Tool 1563 1457 Name="VCCLCompilerTool" 1564 PreprocessorDefinitions="_LIB;"1565 1566 1458 ExecutionBucket="7" 1567 1459 AdditionalIncludeDirectories="../include,../../pjlib/include,../../pjlib-util/include,../../pjnath/include,../../third_party/portaudio/include,../../third_party/speex/include,../../third_party/build/srtp,../../third_party/srtp/include,../../third_party/srtp/crypto/include;../.." 1460 PreprocessorDefinitions="_LIB;" 1568 1461 PrecompiledHeaderFile="" 1569 1462 /> … … 1579 1472 <Tool 1580 1473 Name="VCLibrarianTool" 1581 OutputFile="..\lib\$(ProjectName)-$(TargetCPU)-wm2003ppc-vc$(VSVer)-$(ConfigurationName).lib" 1582 1474 OutputFile="..\lib\$(ProjectName)-$(TargetCPU)-wm6std-vc$(VSVer)-$(ConfigurationName).lib" 1583 1475 /> 1584 1476 <Tool … … 1607 1499 </Configuration> 1608 1500 <Configuration 1609 Name=" Release-Static|Pocket PC 2003 (ARMV4)"1610 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm2003-release-defaults.vsprops"1611 1501 Name="Debug|Windows Mobile 6 Professional SDK (ARMV4I)" 1502 ConfigurationType="4" 1503 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops" 1612 1504 ATLMinimizesCRunTimeLibraryUsage="false" 1613 1614 1505 CharacterSet="1" 1615 1616 ConfigurationType="4"1617 1506 > 1618 1507 <Tool … … 1633 1522 <Tool 1634 1523 Name="VCCLCompilerTool" 1635 PreprocessorDefinitions="_LIB;"1636 1637 1524 ExecutionBucket="7" 1638 1525 AdditionalIncludeDirectories="../include,../../pjlib/include,../../pjlib-util/include,../../pjnath/include,../../third_party/portaudio/include,../../third_party/speex/include,../../third_party/build/srtp,../../third_party/srtp/include,../../third_party/srtp/crypto/include;../.." 1526 PreprocessorDefinitions="_LIB;" 1639 1527 PrecompiledHeaderFile="" 1640 1528 /> … … 1650 1538 <Tool 1651 1539 Name="VCLibrarianTool" 1652 OutputFile="..\lib\$(ProjectName)-$(TargetCPU)-wm2003ppc-vc$(VSVer)-$(ConfigurationName).lib" 1653 1540 OutputFile="..\lib\$(ProjectName)-$(TargetCPU)-wm6pro-vc$(VSVer)-$(ConfigurationName).lib" 1654 1541 /> 1655 1542 <Tool … … 1678 1565 </Configuration> 1679 1566 <Configuration 1680 Name=" Release|Smartphone 2003 (ARMV4)"1681 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm2003-release-defaults.vsprops"1682 1567 Name="Debug|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)" 1568 ConfigurationType="4" 1569 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm5-common-defaults.vsprops" 1683 1570 ATLMinimizesCRunTimeLibraryUsage="false" 1684 1685 1571 CharacterSet="1" 1686 1687 ConfigurationType="4"1688 1572 > 1689 1573 <Tool … … 1704 1588 <Tool 1705 1589 Name="VCCLCompilerTool" 1706 PreprocessorDefinitions="_LIB;"1707 1708 1590 ExecutionBucket="7" 1709 1591 AdditionalIncludeDirectories="../include,../../pjlib/include,../../pjlib-util/include,../../pjnath/include,../../third_party/portaudio/include,../../third_party/speex/include,../../third_party/build/srtp,../../third_party/srtp/include,../../third_party/srtp/crypto/include;../.." 1592 PreprocessorDefinitions="_LIB;" 1710 1593 PrecompiledHeaderFile="" 1711 1594 /> … … 1721 1604 <Tool 1722 1605 Name="VCLibrarianTool" 1723 OutputFile="..\lib\$(ProjectName)-$(TargetCPU)-wm2003sp-vc$(VSVer)-$(ConfigurationName).lib" 1724 1606 OutputFile="..\lib\$(ProjectName)-$(TargetCPU)-wm5ppc-vc$(VSVer)-$(ConfigurationName).lib" 1725 1607 /> 1726 1608 <Tool … … 1749 1631 </Configuration> 1750 1632 <Configuration 1751 Name="Debug| Smartphone 2003 (ARMV4)"1752 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm2003-common-defaults.vsprops"1753 1633 Name="Debug|Windows Mobile 5.0 Smartphone SDK (ARMV4I)" 1634 ConfigurationType="4" 1635 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm5-common-defaults.vsprops" 1754 1636 ATLMinimizesCRunTimeLibraryUsage="false" 1755 1756 1637 CharacterSet="1" 1757 1758 ConfigurationType="4"1759 1638 > 1760 1639 <Tool … … 1775 1654 <Tool 1776 1655 Name="VCCLCompilerTool" 1777 PreprocessorDefinitions="_LIB;"1778 1779 1656 ExecutionBucket="7" 1780 1657 AdditionalIncludeDirectories="../include,../../pjlib/include,../../pjlib-util/include,../../pjnath/include,../../third_party/portaudio/include,../../third_party/speex/include,../../third_party/build/srtp,../../third_party/srtp/include,../../third_party/srtp/crypto/include;../.." 1658 PreprocessorDefinitions="_LIB;" 1781 1659 PrecompiledHeaderFile="" 1782 1660 /> … … 1792 1670 <Tool 1793 1671 Name="VCLibrarianTool" 1794 OutputFile="..\lib\$(ProjectName)-$(TargetCPU)-wm2003sp-vc$(VSVer)-$(ConfigurationName).lib" 1795 1672 OutputFile="..\lib\$(ProjectName)-$(TargetCPU)-wm5sp-vc$(VSVer)-$(ConfigurationName).lib" 1796 1673 /> 1797 1674 <Tool … … 1820 1697 </Configuration> 1821 1698 <Configuration 1822 Name="Debug-Static| Smartphone 2003 (ARMV4)"1823 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm2003-common-defaults.vsprops"1824 1699 Name="Debug-Static|Windows Mobile 6 Standard SDK (ARMV4I)" 1700 ConfigurationType="4" 1701 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops" 1825 1702 ATLMinimizesCRunTimeLibraryUsage="false" 1826 1827 1703 CharacterSet="1" 1828 1829 ConfigurationType="4"1830 1704 > 1831 1705 <Tool … … 1846 1720 <Tool 1847 1721 Name="VCCLCompilerTool" 1848 PreprocessorDefinitions="_LIB;"1849 1850 1722 ExecutionBucket="7" 1851 1723 AdditionalIncludeDirectories="../include,../../pjlib/include,../../pjlib-util/include,../../pjnath/include,../../third_party/portaudio/include,../../third_party/speex/include,../../third_party/build/srtp,../../third_party/srtp/include,../../third_party/srtp/crypto/include;../.." 1724 PreprocessorDefinitions="_LIB;" 1852 1725 PrecompiledHeaderFile="" 1853 1726 /> … … 1863 1736 <Tool 1864 1737 Name="VCLibrarianTool" 1865 OutputFile="..\lib\$(ProjectName)-$(TargetCPU)-wm2003sp-vc$(VSVer)-$(ConfigurationName).lib" 1866 1738 OutputFile="..\lib\$(ProjectName)-$(TargetCPU)-wm6std-vc$(VSVer)-$(ConfigurationName).lib" 1867 1739 /> 1868 1740 <Tool … … 1891 1763 </Configuration> 1892 1764 <Configuration 1893 Name=" Release-Dynamic|Smartphone 2003 (ARMV4)"1894 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm2003-release-defaults.vsprops"1895 1765 Name="Debug-Static|Windows Mobile 6 Professional SDK (ARMV4I)" 1766 ConfigurationType="4" 1767 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops" 1896 1768 ATLMinimizesCRunTimeLibraryUsage="false" 1897 1898 1769 CharacterSet="1" 1899 1900 ConfigurationType="4"1901 1770 > 1902 1771 <Tool … … 1917 1786 <Tool 1918 1787 Name="VCCLCompilerTool" 1919 PreprocessorDefinitions="_LIB;"1920 1921 1788 ExecutionBucket="7" 1922 1789 AdditionalIncludeDirectories="../include,../../pjlib/include,../../pjlib-util/include,../../pjnath/include,../../third_party/portaudio/include,../../third_party/speex/include,../../third_party/build/srtp,../../third_party/srtp/include,../../third_party/srtp/crypto/include;../.." 1790 PreprocessorDefinitions="_LIB;" 1923 1791 PrecompiledHeaderFile="" 1924 1792 /> … … 1934 1802 <Tool 1935 1803 Name="VCLibrarianTool" 1936 OutputFile="..\lib\$(ProjectName)-$(TargetCPU)-wm2003sp-vc$(VSVer)-$(ConfigurationName).lib" 1937 1804 OutputFile="..\lib\$(ProjectName)-$(TargetCPU)-wm6pro-vc$(VSVer)-$(ConfigurationName).lib" 1938 1805 /> 1939 1806 <Tool … … 1962 1829 </Configuration> 1963 1830 <Configuration 1964 Name="Debug- Dynamic|Smartphone 2003 (ARMV4)"1965 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm2003-common-defaults.vsprops"1966 1831 Name="Debug-Static|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)" 1832 ConfigurationType="4" 1833 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm5-common-defaults.vsprops" 1967 1834 ATLMinimizesCRunTimeLibraryUsage="false" 1968 1969 1835 CharacterSet="1" 1970 1971 ConfigurationType="4"1972 1836 > 1973 1837 <Tool … … 1988 1852 <Tool 1989 1853 Name="VCCLCompilerTool" 1990 PreprocessorDefinitions="_LIB;"1991 1992 1854 ExecutionBucket="7" 1993 1855 AdditionalIncludeDirectories="../include,../../pjlib/include,../../pjlib-util/include,../../pjnath/include,../../third_party/portaudio/include,../../third_party/speex/include,../../third_party/build/srtp,../../third_party/srtp/include,../../third_party/srtp/crypto/include;../.." 1856 PreprocessorDefinitions="_LIB;" 1994 1857 PrecompiledHeaderFile="" 1995 1858 /> … … 2005 1868 <Tool 2006 1869 Name="VCLibrarianTool" 2007 OutputFile="..\lib\$(ProjectName)-$(TargetCPU)-wm2003sp-vc$(VSVer)-$(ConfigurationName).lib" 2008 1870 OutputFile="..\lib\$(ProjectName)-$(TargetCPU)-wm5ppc-vc$(VSVer)-$(ConfigurationName).lib" 2009 1871 /> 2010 1872 <Tool … … 2033 1895 </Configuration> 2034 1896 <Configuration 2035 Name=" Release-Static|Smartphone 2003 (ARMV4)"2036 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm2003-release-defaults.vsprops"2037 1897 Name="Debug-Static|Windows Mobile 5.0 Smartphone SDK (ARMV4I)" 1898 ConfigurationType="4" 1899 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm5-common-defaults.vsprops" 2038 1900 ATLMinimizesCRunTimeLibraryUsage="false" 2039 2040 1901 CharacterSet="1" 2041 2042 ConfigurationType="4"2043 1902 > 2044 1903 <Tool … … 2059 1918 <Tool 2060 1919 Name="VCCLCompilerTool" 2061 PreprocessorDefinitions="_LIB;"2062 2063 1920 ExecutionBucket="7" 2064 1921 AdditionalIncludeDirectories="../include,../../pjlib/include,../../pjlib-util/include,../../pjnath/include,../../third_party/portaudio/include,../../third_party/speex/include,../../third_party/build/srtp,../../third_party/srtp/include,../../third_party/srtp/crypto/include;../.." 1922 PreprocessorDefinitions="_LIB;" 2065 1923 PrecompiledHeaderFile="" 2066 1924 /> … … 2076 1934 <Tool 2077 1935 Name="VCLibrarianTool" 2078 OutputFile="..\lib\$(ProjectName)-$(TargetCPU)-wm2003sp-vc$(VSVer)-$(ConfigurationName).lib" 2079 1936 OutputFile="..\lib\$(ProjectName)-$(TargetCPU)-wm5sp-vc$(VSVer)-$(ConfigurationName).lib" 2080 1937 /> 2081 1938 <Tool … … 2104 1961 </Configuration> 2105 1962 <Configuration 2106 Name="Release |Windows Mobile 5.0 Pocket PCSDK (ARMV4I)"2107 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm5-release-defaults.vsprops"2108 1963 Name="Release-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)" 1964 ConfigurationType="4" 1965 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops" 2109 1966 ATLMinimizesCRunTimeLibraryUsage="false" 2110 2111 1967 CharacterSet="1" 2112 2113 ConfigurationType="4"2114 1968 > 2115 1969 <Tool … … 2130 1984 <Tool 2131 1985 Name="VCCLCompilerTool" 2132 PreprocessorDefinitions="_LIB;"2133 2134 1986 ExecutionBucket="7" 2135 1987 AdditionalIncludeDirectories="../include,../../pjlib/include,../../pjlib-util/include,../../pjnath/include,../../third_party/portaudio/include,../../third_party/speex/include,../../third_party/build/srtp,../../third_party/srtp/include,../../third_party/srtp/crypto/include;../.." 1988 PreprocessorDefinitions="_LIB;" 2136 1989 PrecompiledHeaderFile="" 2137 1990 /> … … 2147 2000 <Tool 2148 2001 Name="VCLibrarianTool" 2149 OutputFile="..\lib\$(ProjectName)-$(TargetCPU)-wm5ppc-vc$(VSVer)-$(ConfigurationName).lib" 2150 2002 OutputFile="..\lib\$(ProjectName)-$(TargetCPU)-wm6std-vc$(VSVer)-$(ConfigurationName).lib" 2151 2003 /> 2152 2004 <Tool … … 2175 2027 </Configuration> 2176 2028 <Configuration 2177 Name=" Debug|Windows Mobile 5.0 Pocket PCSDK (ARMV4I)"2178 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm5-common-defaults.vsprops"2179 2029 Name="Release-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)" 2030 ConfigurationType="4" 2031 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops" 2180 2032 ATLMinimizesCRunTimeLibraryUsage="false" 2181 2182 2033 CharacterSet="1" 2183 2184 ConfigurationType="4"2185 2034 > 2186 2035 <Tool … … 2201 2050 <Tool 2202 2051 Name="VCCLCompilerTool" 2203 PreprocessorDefinitions="_LIB;"2204 2205 2052 ExecutionBucket="7" 2206 2053 AdditionalIncludeDirectories="../include,../../pjlib/include,../../pjlib-util/include,../../pjnath/include,../../third_party/portaudio/include,../../third_party/speex/include,../../third_party/build/srtp,../../third_party/srtp/include,../../third_party/srtp/crypto/include;../.." 2054 PreprocessorDefinitions="_LIB;" 2207 2055 PrecompiledHeaderFile="" 2208 2056 /> … … 2218 2066 <Tool 2219 2067 Name="VCLibrarianTool" 2220 OutputFile="..\lib\$(ProjectName)-$(TargetCPU)-wm5ppc-vc$(VSVer)-$(ConfigurationName).lib" 2221 2068 OutputFile="..\lib\$(ProjectName)-$(TargetCPU)-wm6pro-vc$(VSVer)-$(ConfigurationName).lib" 2222 2069 /> 2223 2070 <Tool … … 2246 2093 </Configuration> 2247 2094 <Configuration 2248 Name=" Debug-Static|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)"2249 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm5-common-defaults.vsprops"2250 2095 Name="Release-Dynamic|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)" 2096 ConfigurationType="4" 2097 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm5-release-defaults.vsprops" 2251 2098 ATLMinimizesCRunTimeLibraryUsage="false" 2252 2253 2099 CharacterSet="1" 2254 2255 ConfigurationType="4"2256 2100 > 2257 2101 <Tool … … 2272 2116 <Tool 2273 2117 Name="VCCLCompilerTool" 2274 PreprocessorDefinitions="_LIB;"2275 2276 2118 ExecutionBucket="7" 2277 2119 AdditionalIncludeDirectories="../include,../../pjlib/include,../../pjlib-util/include,../../pjnath/include,../../third_party/portaudio/include,../../third_party/speex/include,../../third_party/build/srtp,../../third_party/srtp/include,../../third_party/srtp/crypto/include;../.." 2120 PreprocessorDefinitions="_LIB;" 2278 2121 PrecompiledHeaderFile="" 2279 2122 /> … … 2290 2133 Name="VCLibrarianTool" 2291 2134 OutputFile="..\lib\$(ProjectName)-$(TargetCPU)-wm5ppc-vc$(VSVer)-$(ConfigurationName).lib" 2292 2293 2135 /> 2294 2136 <Tool … … 2317 2159 </Configuration> 2318 2160 <Configuration 2319 Name="Release-Dynamic|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)" 2161 Name="Release-Dynamic|Windows Mobile 5.0 Smartphone SDK (ARMV4I)" 2162 ConfigurationType="4" 2320 2163 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm5-release-defaults.vsprops" 2321 2322 2164 ATLMinimizesCRunTimeLibraryUsage="false" 2323 2324 2165 CharacterSet="1" 2325 2326 ConfigurationType="4"2327 2166 > 2328 2167 <Tool … … 2343 2182 <Tool 2344 2183 Name="VCCLCompilerTool" 2345 PreprocessorDefinitions="_LIB;"2346 2347 2184 ExecutionBucket="7" 2348 2185 AdditionalIncludeDirectories="../include,../../pjlib/include,../../pjlib-util/include,../../pjnath/include,../../third_party/portaudio/include,../../third_party/speex/include,../../third_party/build/srtp,../../third_party/srtp/include,../../third_party/srtp/crypto/include;../.." 2186 PreprocessorDefinitions="_LIB;" 2349 2187 PrecompiledHeaderFile="" 2350 2188 /> … … 2360 2198 <Tool 2361 2199 Name="VCLibrarianTool" 2362 OutputFile="..\lib\$(ProjectName)-$(TargetCPU)-wm5ppc-vc$(VSVer)-$(ConfigurationName).lib" 2363 2200 OutputFile="..\lib\$(ProjectName)-$(TargetCPU)-wm5sp-vc$(VSVer)-$(ConfigurationName).lib" 2364 2201 /> 2365 2202 <Tool … … 2388 2225 </Configuration> 2389 2226 <Configuration 2390 Name="Debug-Dynamic|Windows Mobile 5.0 Pocket PCSDK (ARMV4I)"2391 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm5-common-defaults.vsprops"2392 2227 Name="Debug-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)" 2228 ConfigurationType="4" 2229 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops" 2393 2230 ATLMinimizesCRunTimeLibraryUsage="false" 2394 2395 2231 CharacterSet="1" 2396 2397 ConfigurationType="4"2398 2232 > 2399 2233 <Tool … … 2414 2248 <Tool 2415 2249 Name="VCCLCompilerTool" 2416 PreprocessorDefinitions="_LIB;"2417 2418 2250 ExecutionBucket="7" 2419 2251 AdditionalIncludeDirectories="../include,../../pjlib/include,../../pjlib-util/include,../../pjnath/include,../../third_party/portaudio/include,../../third_party/speex/include,../../third_party/build/srtp,../../third_party/srtp/include,../../third_party/srtp/crypto/include;../.." 2252 PreprocessorDefinitions="_LIB;" 2420 2253 PrecompiledHeaderFile="" 2421 2254 /> … … 2431 2264 <Tool 2432 2265 Name="VCLibrarianTool" 2433 OutputFile="..\lib\$(ProjectName)-$(TargetCPU)-wm5ppc-vc$(VSVer)-$(ConfigurationName).lib" 2434 2266 OutputFile="..\lib\$(ProjectName)-$(TargetCPU)-wm6std-vc$(VSVer)-$(ConfigurationName).lib" 2435 2267 /> 2436 2268 <Tool … … 2459 2291 </Configuration> 2460 2292 <Configuration 2461 Name=" Release-Static|Windows Mobile 5.0 Pocket PCSDK (ARMV4I)"2462 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm5-release-defaults.vsprops"2463 2293 Name="Debug-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)" 2294 ConfigurationType="4" 2295 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops" 2464 2296 ATLMinimizesCRunTimeLibraryUsage="false" 2465 2466 2297 CharacterSet="1" 2467 2468 ConfigurationType="4"2469 2298 > 2470 2299 <Tool … … 2485 2314 <Tool 2486 2315 Name="VCCLCompilerTool" 2487 PreprocessorDefinitions="_LIB;"2488 2489 2316 ExecutionBucket="7" 2490 2317 AdditionalIncludeDirectories="../include,../../pjlib/include,../../pjlib-util/include,../../pjnath/include,../../third_party/portaudio/include,../../third_party/speex/include,../../third_party/build/srtp,../../third_party/srtp/include,../../third_party/srtp/crypto/include;../.." 2318 PreprocessorDefinitions="_LIB;" 2491 2319 PrecompiledHeaderFile="" 2492 2320 /> … … 2502 2330 <Tool 2503 2331 Name="VCLibrarianTool" 2504 OutputFile="..\lib\$(ProjectName)-$(TargetCPU)-wm5ppc-vc$(VSVer)-$(ConfigurationName).lib" 2505 2332 OutputFile="..\lib\$(ProjectName)-$(TargetCPU)-wm6pro-vc$(VSVer)-$(ConfigurationName).lib" 2506 2333 /> 2507 2334 <Tool … … 2530 2357 </Configuration> 2531 2358 <Configuration 2532 Name=" Release|Windows Mobile 5.0 SmartphoneSDK (ARMV4I)"2533 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm5-release-defaults.vsprops"2534 2359 Name="Debug-Dynamic|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)" 2360 ConfigurationType="4" 2361 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm5-common-defaults.vsprops" 2535 2362 ATLMinimizesCRunTimeLibraryUsage="false" 2536 2537 2363 CharacterSet="1" 2538 2539 ConfigurationType="4"2540 2364 > 2541 2365 <Tool … … 2556 2380 <Tool 2557 2381 Name="VCCLCompilerTool" 2558 PreprocessorDefinitions="_LIB;"2559 2560 2382 ExecutionBucket="7" 2561 2383 AdditionalIncludeDirectories="../include,../../pjlib/include,../../pjlib-util/include,../../pjnath/include,../../third_party/portaudio/include,../../third_party/speex/include,../../third_party/build/srtp,../../third_party/srtp/include,../../third_party/srtp/crypto/include;../.." 2384 PreprocessorDefinitions="_LIB;" 2562 2385 PrecompiledHeaderFile="" 2563 2386 /> … … 2573 2396 <Tool 2574 2397 Name="VCLibrarianTool" 2575 OutputFile="..\lib\$(ProjectName)-$(TargetCPU)-wm5sp-vc$(VSVer)-$(ConfigurationName).lib" 2576 2398 OutputFile="..\lib\$(ProjectName)-$(TargetCPU)-wm5ppc-vc$(VSVer)-$(ConfigurationName).lib" 2577 2399 /> 2578 2400 <Tool … … 2601 2423 </Configuration> 2602 2424 <Configuration 2603 Name="Debug |Windows Mobile 5.0 Smartphone SDK (ARMV4I)"2604 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm5-common-defaults.vsprops"2605 2425 Name="Debug-Dynamic|Windows Mobile 5.0 Smartphone SDK (ARMV4I)" 2426 ConfigurationType="4" 2427 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm5-common-defaults.vsprops" 2606 2428 ATLMinimizesCRunTimeLibraryUsage="false" 2607 2608 2429 CharacterSet="1" 2609 2610 ConfigurationType="4"2611 2430 > 2612 2431 <Tool … … 2627 2446 <Tool 2628 2447 Name="VCCLCompilerTool" 2629 PreprocessorDefinitions="_LIB;"2630 2631 2448 ExecutionBucket="7" 2632 2449 AdditionalIncludeDirectories="../include,../../pjlib/include,../../pjlib-util/include,../../pjnath/include,../../third_party/portaudio/include,../../third_party/speex/include,../../third_party/build/srtp,../../third_party/srtp/include,../../third_party/srtp/crypto/include;../.." 2450 PreprocessorDefinitions="_LIB;" 2633 2451 PrecompiledHeaderFile="" 2634 2452 /> … … 2645 2463 Name="VCLibrarianTool" 2646 2464 OutputFile="..\lib\$(ProjectName)-$(TargetCPU)-wm5sp-vc$(VSVer)-$(ConfigurationName).lib" 2647 2648 2465 /> 2649 2466 <Tool … … 2672 2489 </Configuration> 2673 2490 <Configuration 2674 Name=" Debug-Static|Windows Mobile 5.0 SmartphoneSDK (ARMV4I)"2675 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm5-common-defaults.vsprops"2676 2491 Name="Release-Static|Windows Mobile 6 Standard SDK (ARMV4I)" 2492 ConfigurationType="4" 2493 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops" 2677 2494 ATLMinimizesCRunTimeLibraryUsage="false" 2678 2679 2495 CharacterSet="1" 2680 2681 ConfigurationType="4"2682 2496 > 2683 2497 <Tool … … 2698 2512 <Tool 2699 2513 Name="VCCLCompilerTool" 2700 PreprocessorDefinitions="_LIB;"2701 2702 2514 ExecutionBucket="7" 2703 2515 AdditionalIncludeDirectories="../include,../../pjlib/include,../../pjlib-util/include,../../pjnath/include,../../third_party/portaudio/include,../../third_party/speex/include,../../third_party/build/srtp,../../third_party/srtp/include,../../third_party/srtp/crypto/include;../.." 2516 PreprocessorDefinitions="_LIB;" 2704 2517 PrecompiledHeaderFile="" 2705 2518 /> … … 2715 2528 <Tool 2716 2529 Name="VCLibrarianTool" 2717 OutputFile="..\lib\$(ProjectName)-$(TargetCPU)-wm5sp-vc$(VSVer)-$(ConfigurationName).lib" 2718 2530 OutputFile="..\lib\$(ProjectName)-$(TargetCPU)-wm6std-vc$(VSVer)-$(ConfigurationName).lib" 2719 2531 /> 2720 2532 <Tool … … 2743 2555 </Configuration> 2744 2556 <Configuration 2745 Name="Release- Dynamic|Windows Mobile 5.0 SmartphoneSDK (ARMV4I)"2746 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm5-release-defaults.vsprops"2747 2557 Name="Release-Static|Windows Mobile 6 Professional SDK (ARMV4I)" 2558 ConfigurationType="4" 2559 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops" 2748 2560 ATLMinimizesCRunTimeLibraryUsage="false" 2749 2750 2561 CharacterSet="1" 2751 2752 ConfigurationType="4"2753 2562 > 2754 2563 <Tool … … 2769 2578 <Tool 2770 2579 Name="VCCLCompilerTool" 2771 PreprocessorDefinitions="_LIB;"2772 2773 2580 ExecutionBucket="7" 2774 2581 AdditionalIncludeDirectories="../include,../../pjlib/include,../../pjlib-util/include,../../pjnath/include,../../third_party/portaudio/include,../../third_party/speex/include,../../third_party/build/srtp,../../third_party/srtp/include,../../third_party/srtp/crypto/include;../.." 2582 PreprocessorDefinitions="_LIB;" 2775 2583 PrecompiledHeaderFile="" 2776 2584 /> … … 2786 2594 <Tool 2787 2595 Name="VCLibrarianTool" 2788 OutputFile="..\lib\$(ProjectName)-$(TargetCPU)-wm5sp-vc$(VSVer)-$(ConfigurationName).lib" 2789 2596 OutputFile="..\lib\$(ProjectName)-$(TargetCPU)-wm6pro-vc$(VSVer)-$(ConfigurationName).lib" 2790 2597 /> 2791 2598 <Tool … … 2814 2621 </Configuration> 2815 2622 <Configuration 2816 Name=" Debug-Dynamic|Windows Mobile 5.0 SmartphoneSDK (ARMV4I)"2817 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm5-common-defaults.vsprops"2818 2623 Name="Release-Static|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)" 2624 ConfigurationType="4" 2625 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm5-release-defaults.vsprops" 2819 2626 ATLMinimizesCRunTimeLibraryUsage="false" 2820 2821 2627 CharacterSet="1" 2822 2823 ConfigurationType="4"2824 2628 > 2825 2629 <Tool … … 2840 2644 <Tool 2841 2645 Name="VCCLCompilerTool" 2842 PreprocessorDefinitions="_LIB;"2843 2844 2646 ExecutionBucket="7" 2845 2647 AdditionalIncludeDirectories="../include,../../pjlib/include,../../pjlib-util/include,../../pjnath/include,../../third_party/portaudio/include,../../third_party/speex/include,../../third_party/build/srtp,../../third_party/srtp/include,../../third_party/srtp/crypto/include;../.." 2648 PreprocessorDefinitions="_LIB;" 2846 2649 PrecompiledHeaderFile="" 2847 2650 /> … … 2857 2660 <Tool 2858 2661 Name="VCLibrarianTool" 2859 OutputFile="..\lib\$(ProjectName)-$(TargetCPU)-wm5sp-vc$(VSVer)-$(ConfigurationName).lib" 2860 2662 OutputFile="..\lib\$(ProjectName)-$(TargetCPU)-wm5ppc-vc$(VSVer)-$(ConfigurationName).lib" 2861 2663 /> 2862 2664 <Tool … … 2886 2688 <Configuration 2887 2689 Name="Release-Static|Windows Mobile 5.0 Smartphone SDK (ARMV4I)" 2690 ConfigurationType="4" 2888 2691 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm5-release-defaults.vsprops" 2889 2890 2692 ATLMinimizesCRunTimeLibraryUsage="false" 2891 2892 2693 CharacterSet="1" 2893 2894 ConfigurationType="4"2895 2694 > 2896 2695 <Tool … … 2911 2710 <Tool 2912 2711 Name="VCCLCompilerTool" 2913 PreprocessorDefinitions="_LIB;"2914 2915 2712 ExecutionBucket="7" 2916 2713 AdditionalIncludeDirectories="../include,../../pjlib/include,../../pjlib-util/include,../../pjnath/include,../../third_party/portaudio/include,../../third_party/speex/include,../../third_party/build/srtp,../../third_party/srtp/include,../../third_party/srtp/crypto/include;../.." 2714 PreprocessorDefinitions="_LIB;" 2917 2715 PrecompiledHeaderFile="" 2918 2716 /> … … 2929 2727 Name="VCLibrarianTool" 2930 2728 OutputFile="..\lib\$(ProjectName)-$(TargetCPU)-wm5sp-vc$(VSVer)-$(ConfigurationName).lib" 2931 2932 2729 /> 2933 2730 <Tool … … 3080 2877 </File> 3081 2878 <File 2879 RelativePath="..\src\pjmedia\avi_player.c" 2880 > 2881 </File> 2882 <File 3082 2883 RelativePath="..\src\pjmedia\bidirectional.c" 3083 2884 > … … 3316 3117 </File> 3317 3118 <File 3119 RelativePath="..\src\pjmedia\converter.c" 3120 > 3121 </File> 3122 <File 3123 RelativePath="..\src\pjmedia\converter_libswscale.c" 3124 > 3125 </File> 3126 <File 3318 3127 RelativePath="..\src\pjmedia\delaybuf.c" 3319 3128 > … … 3668 3477 </File> 3669 3478 <File 3479 RelativePath="..\src\pjmedia\event.c" 3480 > 3481 </File> 3482 <File 3483 RelativePath="..\src\pjmedia\ffmpeg_util.c" 3484 > 3485 </File> 3486 <File 3487 RelativePath="..\src\pjmedia\format.c" 3488 > 3489 </File> 3490 <File 3670 3491 RelativePath="..\src\pjmedia\g711.c" 3671 3492 > … … 4496 4317 </File> 4497 4318 <File 4498 RelativePath="..\src\pjmedia\s ession.c"4319 RelativePath="..\src\pjmedia\silencedet.c" 4499 4320 > 4500 4321 <FileConfiguration … … 4554 4375 </File> 4555 4376 <File 4556 RelativePath="..\src\pjmedia\silencedet.c" 4377 RelativePath="..\src\pjmedia\sound_legacy.c" 4378 > 4379 </File> 4380 <File 4381 RelativePath="..\src\pjmedia\sound_port.c" 4557 4382 > 4558 4383 <FileConfiguration … … 4612 4437 </File> 4613 4438 <File 4614 RelativePath="..\src\pjmedia\sound_legacy.c" 4615 > 4616 </File> 4617 <File 4618 RelativePath="..\src\pjmedia\sound_port.c" 4439 RelativePath="..\src\pjmedia\splitcomb.c" 4619 4440 > 4620 4441 <FileConfiguration … … 4674 4495 </File> 4675 4496 <File 4676 RelativePath="..\src\pjmedia\splitcomb.c" 4497 RelativePath="..\src\pjmedia\stereo_port.c" 4498 > 4499 </File> 4500 <File 4501 RelativePath="..\src\pjmedia\stream.c" 4677 4502 > 4678 4503 <FileConfiguration … … 4732 4557 </File> 4733 4558 <File 4734 RelativePath="..\src\pjmedia\st ereo_port.c"4735 > 4736 </File> 4737 <File 4738 RelativePath="..\src\pjmedia\ stream.c"4559 RelativePath="..\src\pjmedia\stream_common.c" 4560 > 4561 </File> 4562 <File 4563 RelativePath="..\src\pjmedia\tonegen.c" 4739 4564 > 4740 4565 <FileConfiguration … … 4794 4619 </File> 4795 4620 <File 4796 RelativePath="..\src\pjmedia\tonegen.c" 4621 RelativePath="..\src\pjmedia\transport_adapter_sample.c" 4622 > 4623 </File> 4624 <File 4625 RelativePath="..\src\pjmedia\transport_ice.c" 4626 > 4627 </File> 4628 <File 4629 RelativePath="..\src\pjmedia\transport_loop.c" 4630 > 4631 </File> 4632 <File 4633 RelativePath="..\src\pjmedia\transport_srtp.c" 4634 > 4635 </File> 4636 <File 4637 RelativePath="..\src\pjmedia\transport_udp.c" 4797 4638 > 4798 4639 <FileConfiguration … … 4852 4693 </File> 4853 4694 <File 4854 RelativePath="..\src\pjmedia\transport_adapter_sample.c" 4855 > 4856 </File> 4857 <File 4858 RelativePath="..\src\pjmedia\transport_ice.c" 4859 > 4860 </File> 4861 <File 4862 RelativePath="..\src\pjmedia\transport_loop.c" 4863 > 4864 </File> 4865 <File 4866 RelativePath="..\src\pjmedia\transport_srtp.c" 4867 > 4868 </File> 4869 <File 4870 RelativePath="..\src\pjmedia\transport_udp.c" 4871 > 4872 <FileConfiguration 4873 Name="Release|Win32" 4874 > 4875 <Tool 4876 Name="VCCLCompilerTool" 4877 AdditionalIncludeDirectories="" 4878 PreprocessorDefinitions="" 4879 /> 4880 </FileConfiguration> 4881 <FileConfiguration 4882 Name="Debug|Win32" 4883 > 4884 <Tool 4885 Name="VCCLCompilerTool" 4886 AdditionalIncludeDirectories="" 4887 PreprocessorDefinitions="" 4888 /> 4889 </FileConfiguration> 4890 <FileConfiguration 4891 Name="Debug-Static|Win32" 4892 > 4893 <Tool 4894 Name="VCCLCompilerTool" 4895 AdditionalIncludeDirectories="" 4896 PreprocessorDefinitions="" 4897 /> 4898 </FileConfiguration> 4899 <FileConfiguration 4900 Name="Release-Dynamic|Win32" 4901 > 4902 <Tool 4903 Name="VCCLCompilerTool" 4904 AdditionalIncludeDirectories="" 4905 PreprocessorDefinitions="" 4906 /> 4907 </FileConfiguration> 4908 <FileConfiguration 4909 Name="Debug-Dynamic|Win32" 4910 > 4911 <Tool 4912 Name="VCCLCompilerTool" 4913 AdditionalIncludeDirectories="" 4914 PreprocessorDefinitions="" 4915 /> 4916 </FileConfiguration> 4917 <FileConfiguration 4918 Name="Release-Static|Win32" 4919 > 4920 <Tool 4921 Name="VCCLCompilerTool" 4922 AdditionalIncludeDirectories="" 4923 PreprocessorDefinitions="" 4924 /> 4925 </FileConfiguration> 4695 RelativePath="..\src\pjmedia\types.c" 4696 > 4697 </File> 4698 <File 4699 RelativePath="..\src\pjmedia\vid_codec.c" 4700 > 4701 </File> 4702 <File 4703 RelativePath="..\src\pjmedia\vid_codec_util.c" 4704 > 4705 </File> 4706 <File 4707 RelativePath="..\src\pjmedia\vid_port.c" 4708 > 4709 </File> 4710 <File 4711 RelativePath="..\src\pjmedia\vid_stream.c" 4712 > 4713 </File> 4714 <File 4715 RelativePath="..\src\pjmedia\vid_tee.c" 4716 > 4926 4717 </File> 4927 4718 <File … … 5171 4962 </File> 5172 4963 <File 4964 RelativePath="..\include\pjmedia\avi.h" 4965 > 4966 </File> 4967 <File 4968 RelativePath="..\include\pjmedia\avi_stream.h" 4969 > 4970 </File> 4971 <File 5173 4972 RelativePath="..\include\pjmedia\bidirectional.h" 5174 4973 > … … 5195 4994 </File> 5196 4995 <File 4996 RelativePath="..\include\pjmedia\converter.h" 4997 > 4998 </File> 4999 <File 5197 5000 RelativePath="..\include\pjmedia\delaybuf.h" 5198 5001 > … … 5219 5022 </File> 5220 5023 <File 5024 RelativePath="..\include\pjmedia\event.h" 5025 > 5026 </File> 5027 <File 5028 RelativePath="..\include\pjmedia\format.h" 5029 > 5030 </File> 5031 <File 5032 RelativePath="..\include\pjmedia\frame.h" 5033 > 5034 </File> 5035 <File 5221 5036 RelativePath="..\include\pjmedia\g711.h" 5222 5037 > … … 5275 5090 </File> 5276 5091 <File 5277 RelativePath="..\include\pjmedia\s ession.h"5092 RelativePath="..\include\pjmedia\signatures.h" 5278 5093 > 5279 5094 </File> … … 5303 5118 </File> 5304 5119 <File 5120 RelativePath="..\include\pjmedia\stream_common.h" 5121 > 5122 </File> 5123 <File 5305 5124 RelativePath="..\include\pjmedia\tonegen.h" 5306 5125 > … … 5332 5151 <File 5333 5152 RelativePath="..\include\pjmedia\types.h" 5153 > 5154 </File> 5155 <File 5156 RelativePath="..\include\pjmedia\vid_codec.h" 5157 > 5158 </File> 5159 <File 5160 RelativePath="..\include\pjmedia\vid_codec_util.h" 5161 > 5162 </File> 5163 <File 5164 RelativePath="..\include\pjmedia\vid_port.h" 5165 > 5166 </File> 5167 <File 5168 RelativePath="..\include\pjmedia\vid_stream.h" 5169 > 5170 </File> 5171 <File 5172 RelativePath="..\include\pjmedia\vid_tee.h" 5334 5173 > 5335 5174 </File> -
pjproject/trunk/pjmedia/build/pjmedia_codec.vcproj
r2825 r3664 2765 2765 Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" 2766 2766 > 2767 <File 2768 RelativePath="..\src\pjmedia-codec\ffmpeg_codecs.c" 2769 > 2770 </File> 2767 2771 <File 2768 2772 RelativePath="..\src\pjmedia-codec\g722.c" … … 2830 2834 /> 2831 2835 </FileConfiguration> 2836 </File> 2837 <File 2838 RelativePath="..\src\pjmedia-codec\h263_packetizer.c" 2839 > 2840 </File> 2841 <File 2842 RelativePath="..\src\pjmedia-codec\h264_packetizer.c" 2843 > 2832 2844 </File> 2833 2845 <File … … 3047 3059 </File> 3048 3060 <File 3061 RelativePath="..\include\pjmedia-codec\ffmpeg_codecs.h" 3062 > 3063 </File> 3064 <File 3049 3065 RelativePath="..\include\pjmedia-codec\g722.h" 3050 3066 > … … 3056 3072 <File 3057 3073 RelativePath="..\include\pjmedia-codec\gsm.h" 3074 > 3075 </File> 3076 <File 3077 RelativePath="..\include\pjmedia-codec\h263_packetizer.h" 3078 > 3079 </File> 3080 <File 3081 RelativePath="..\include\pjmedia-codec\h264_packetizer.h" 3058 3082 > 3059 3083 </File> -
pjproject/trunk/pjmedia/build/pjmedia_test.vcproj
r2664 r3664 12 12 /> 13 13 <Platform 14 Name="Pocket PC 2003 (ARMV4)" 15 /> 16 <Platform 17 Name="Smartphone 2003 (ARMV4)" 18 /> 19 <Platform 14 20 Name="Windows Mobile 6 Standard SDK (ARMV4I)" 15 21 /> 16 22 <Platform 17 23 Name="Windows Mobile 6 Professional SDK (ARMV4I)" 18 />19 <Platform20 Name="Pocket PC 2003 (ARMV4)"21 />22 <Platform23 Name="Smartphone 2003 (ARMV4)"24 24 /> 25 25 <Platform … … 35 35 <Configuration 36 36 Name="Debug|Win32" 37 ConfigurationType="1" 37 38 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-win32-common-defaults.vsprops" 38 39 UseOfMFC="0" 39 40 ATLMinimizesCRunTimeLibraryUsage="false" 40 41 41 CharacterSet="2" 42 43 ConfigurationType="1"44 UseOfMFC="0"45 42 > 46 43 <Tool … … 61 58 <Tool 62 59 Name="VCCLCompilerTool" 60 AdditionalIncludeDirectories="../../pjlib/include,../include,../../pjnath/include,../../pjlib-util/include" 63 61 PreprocessorDefinitions="_CONSOLE;" 64 65 AdditionalIncludeDirectories="../../pjlib/include,../include,../../pjnath/include,../../pjlib-util/include"66 62 PrecompiledHeaderFile="" 67 63 /> … … 79 75 AdditionalDependencies="dsound.lib dxguid.lib netapi32.lib mswsock.lib ws2_32.lib odbc32.lib odbccp32.lib ole32.lib user32.lib" 80 76 OutputFile="..\bin\pjmedia-test-$(TargetCPU)-$(PlatformName)-vc$(VSVer)-$(ConfigurationName).exe" 81 77 IgnoreDefaultLibraryNames="MSVCRT.LIB" 82 78 /> 83 79 <Tool … … 107 103 </Configuration> 108 104 <Configuration 109 Name="Debug| Windows Mobile 6 Standard SDK (ARMV4I)"110 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops"111 105 Name="Debug|Pocket PC 2003 (ARMV4)" 106 ConfigurationType="1" 107 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm2003-common-defaults.vsprops" 112 108 ATLMinimizesCRunTimeLibraryUsage="false" 113 114 109 CharacterSet="1" 115 116 ConfigurationType="1"117 110 > 118 111 <Tool … … 149 142 Name="VCLinkerTool" 150 143 AdditionalDependencies="ws2.lib" 151 OutputFile="..\bin\pjmedia-test-$(TargetCPU)-wm6std-vc$(VSVer)-$(ConfigurationName).exe" 152 144 OutputFile="..\bin\pjmedia-test-$(TargetCPU)-wm2003ppc-vc$(VSVer)-$(ConfigurationName).exe" 153 145 /> 154 146 <Tool … … 177 169 </Configuration> 178 170 <Configuration 179 Name="Debug| Windows Mobile 6 Professional SDK (ARMV4I)"180 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops"181 171 Name="Debug|Smartphone 2003 (ARMV4)" 172 ConfigurationType="1" 173 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm2003-common-defaults.vsprops" 182 174 ATLMinimizesCRunTimeLibraryUsage="false" 183 184 175 CharacterSet="1" 185 186 ConfigurationType="1"187 176 > 188 177 <Tool … … 219 208 Name="VCLinkerTool" 220 209 AdditionalDependencies="ws2.lib" 221 OutputFile="..\bin\pjmedia-test-$(TargetCPU)-wm6pro-vc$(VSVer)-$(ConfigurationName).exe" 222 210 OutputFile="..\bin\pjmedia-test-$(TargetCPU)-wm2003sp-vc$(VSVer)-$(ConfigurationName).exe" 223 211 /> 224 212 <Tool … … 248 236 <Configuration 249 237 Name="Release|Win32" 238 ConfigurationType="1" 250 239 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-win32-release-defaults.vsprops" 251 240 UseOfMFC="0" 252 241 ATLMinimizesCRunTimeLibraryUsage="false" 253 254 242 CharacterSet="2" 255 256 ConfigurationType="1"257 UseOfMFC="0"258 243 > 259 244 <Tool … … 274 259 <Tool 275 260 Name="VCCLCompilerTool" 261 AdditionalIncludeDirectories="../../pjlib/include,../include,../../pjnath/include,../../pjlib-util/include" 276 262 PreprocessorDefinitions="_CONSOLE;" 277 278 AdditionalIncludeDirectories="../../pjlib/include,../include,../../pjnath/include,../../pjlib-util/include"279 263 PrecompiledHeaderFile="" 280 264 /> … … 292 276 AdditionalDependencies="dsound.lib dxguid.lib netapi32.lib mswsock.lib ws2_32.lib odbc32.lib odbccp32.lib ole32.lib user32.lib" 293 277 OutputFile="..\bin\pjmedia-test-$(TargetCPU)-$(PlatformName)-vc$(VSVer)-$(ConfigurationName).exe" 294 278 IgnoreDefaultLibraryNames="" 295 279 /> 296 280 <Tool … … 320 304 </Configuration> 321 305 <Configuration 322 Name="Release| Windows Mobile 6 Standard SDK (ARMV4I)"323 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops"324 306 Name="Release|Pocket PC 2003 (ARMV4)" 307 ConfigurationType="1" 308 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm2003-release-defaults.vsprops" 325 309 ATLMinimizesCRunTimeLibraryUsage="false" 326 327 310 CharacterSet="1" 328 329 ConfigurationType="1"330 311 > 331 312 <Tool … … 362 343 Name="VCLinkerTool" 363 344 AdditionalDependencies="ws2.lib" 364 OutputFile="..\bin\pjmedia-test-$(TargetCPU)-wm6std-vc$(VSVer)-$(ConfigurationName).exe" 365 345 OutputFile="..\bin\pjmedia-test-$(TargetCPU)-wm2003ppc-vc$(VSVer)-$(ConfigurationName).exe" 366 346 /> 367 347 <Tool … … 390 370 </Configuration> 391 371 <Configuration 392 Name="Release| Windows Mobile 6 Professional SDK (ARMV4I)"393 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops"394 372 Name="Release|Smartphone 2003 (ARMV4)" 373 ConfigurationType="1" 374 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm2003-release-defaults.vsprops" 395 375 ATLMinimizesCRunTimeLibraryUsage="false" 396 397 376 CharacterSet="1" 398 399 ConfigurationType="1"400 377 > 401 378 <Tool … … 432 409 Name="VCLinkerTool" 433 410 AdditionalDependencies="ws2.lib" 434 OutputFile="..\bin\pjmedia-test-$(TargetCPU)-wm6pro-vc$(VSVer)-$(ConfigurationName).exe" 435 411 OutputFile="..\bin\pjmedia-test-$(TargetCPU)-wm2003sp-vc$(VSVer)-$(ConfigurationName).exe" 436 412 /> 437 413 <Tool … … 461 437 <Configuration 462 438 Name="Debug-Static|Win32" 439 ConfigurationType="1" 463 440 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-win32-common-defaults.vsprops" 464 441 UseOfMFC="0" 465 442 ATLMinimizesCRunTimeLibraryUsage="false" 466 467 443 CharacterSet="2" 468 469 ConfigurationType="1"470 UseOfMFC="0"471 444 > 472 445 <Tool … … 487 460 <Tool 488 461 Name="VCCLCompilerTool" 462 AdditionalIncludeDirectories="../../pjlib/include,../include,../../pjnath/include,../../pjlib-util/include" 489 463 PreprocessorDefinitions="_CONSOLE;" 490 491 AdditionalIncludeDirectories="../../pjlib/include,../include,../../pjnath/include,../../pjlib-util/include"492 464 PrecompiledHeaderFile="" 493 465 /> … … 505 477 AdditionalDependencies="dsound.lib dxguid.lib netapi32.lib mswsock.lib ws2_32.lib odbc32.lib odbccp32.lib ole32.lib user32.lib" 506 478 OutputFile="..\bin\pjmedia-test-$(TargetCPU)-$(PlatformName)-vc$(VSVer)-$(ConfigurationName).exe" 507 479 IgnoreDefaultLibraryNames="MSVCRT.LIB" 508 480 /> 509 481 <Tool … … 533 505 </Configuration> 534 506 <Configuration 535 Name="Debug-Static| Windows Mobile 6 Standard SDK (ARMV4I)"536 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops"537 507 Name="Debug-Static|Pocket PC 2003 (ARMV4)" 508 ConfigurationType="1" 509 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm2003-common-defaults.vsprops" 538 510 ATLMinimizesCRunTimeLibraryUsage="false" 539 540 511 CharacterSet="1" 541 542 ConfigurationType="1"543 512 > 544 513 <Tool … … 575 544 Name="VCLinkerTool" 576 545 AdditionalDependencies="ws2.lib" 577 OutputFile="..\bin\pjmedia-test-$(TargetCPU)-wm6std-vc$(VSVer)-$(ConfigurationName).exe" 578 546 OutputFile="..\bin\pjmedia-test-$(TargetCPU)-wm2003ppc-vc$(VSVer)-$(ConfigurationName).exe" 579 547 /> 580 548 <Tool … … 603 571 </Configuration> 604 572 <Configuration 605 Name="Debug-Static| Windows Mobile 6 Professional SDK (ARMV4I)"606 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops"607 573 Name="Debug-Static|Smartphone 2003 (ARMV4)" 574 ConfigurationType="1" 575 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm2003-common-defaults.vsprops" 608 576 ATLMinimizesCRunTimeLibraryUsage="false" 609 610 577 CharacterSet="1" 611 612 ConfigurationType="1"613 578 > 614 579 <Tool … … 645 610 Name="VCLinkerTool" 646 611 AdditionalDependencies="ws2.lib" 647 OutputFile="..\bin\pjmedia-test-$(TargetCPU)-wm6pro-vc$(VSVer)-$(ConfigurationName).exe" 648 612 OutputFile="..\bin\pjmedia-test-$(TargetCPU)-wm2003sp-vc$(VSVer)-$(ConfigurationName).exe" 649 613 /> 650 614 <Tool … … 674 638 <Configuration 675 639 Name="Release-Dynamic|Win32" 640 ConfigurationType="1" 676 641 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-win32-release-defaults.vsprops" 677 642 UseOfMFC="0" 678 643 ATLMinimizesCRunTimeLibraryUsage="false" 679 680 644 CharacterSet="2" 681 682 ConfigurationType="1"683 UseOfMFC="0"684 645 > 685 646 <Tool … … 700 661 <Tool 701 662 Name="VCCLCompilerTool" 663 AdditionalIncludeDirectories="../../pjlib/include,../include,../../pjnath/include,../../pjlib-util/include" 702 664 PreprocessorDefinitions="_CONSOLE;" 703 704 AdditionalIncludeDirectories="../../pjlib/include,../include,../../pjnath/include,../../pjlib-util/include"705 665 PrecompiledHeaderFile="" 706 666 /> … … 718 678 AdditionalDependencies="dsound.lib dxguid.lib netapi32.lib mswsock.lib ws2_32.lib odbc32.lib odbccp32.lib ole32.lib user32.lib" 719 679 OutputFile="..\bin\pjmedia-test-$(TargetCPU)-$(PlatformName)-vc$(VSVer)-$(ConfigurationName).exe" 720 680 IgnoreDefaultLibraryNames="" 721 681 /> 722 682 <Tool … … 746 706 </Configuration> 747 707 <Configuration 748 Name="Release-Dynamic| Windows Mobile 6 Standard SDK (ARMV4I)"749 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops"750 708 Name="Release-Dynamic|Pocket PC 2003 (ARMV4)" 709 ConfigurationType="1" 710 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm2003-release-defaults.vsprops" 751 711 ATLMinimizesCRunTimeLibraryUsage="false" 752 753 712 CharacterSet="1" 754 755 ConfigurationType="1"756 713 > 757 714 <Tool … … 788 745 Name="VCLinkerTool" 789 746 AdditionalDependencies="ws2.lib" 790 OutputFile="..\bin\pjmedia-test-$(TargetCPU)-wm6std-vc$(VSVer)-$(ConfigurationName).exe" 791 747 OutputFile="..\bin\pjmedia-test-$(TargetCPU)-wm2003ppc-vc$(VSVer)-$(ConfigurationName).exe" 792 748 /> 793 749 <Tool … … 816 772 </Configuration> 817 773 <Configuration 818 Name="Release-Dynamic| Windows Mobile 6 Professional SDK (ARMV4I)"819 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops"820 774 Name="Release-Dynamic|Smartphone 2003 (ARMV4)" 775 ConfigurationType="1" 776 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm2003-release-defaults.vsprops" 821 777 ATLMinimizesCRunTimeLibraryUsage="false" 822 823 778 CharacterSet="1" 824 825 ConfigurationType="1"826 779 > 827 780 <Tool … … 858 811 Name="VCLinkerTool" 859 812 AdditionalDependencies="ws2.lib" 860 OutputFile="..\bin\pjmedia-test-$(TargetCPU)-wm6pro-vc$(VSVer)-$(ConfigurationName).exe" 861 813 OutputFile="..\bin\pjmedia-test-$(TargetCPU)-wm2003sp-vc$(VSVer)-$(ConfigurationName).exe" 862 814 /> 863 815 <Tool … … 887 839 <Configuration 888 840 Name="Debug-Dynamic|Win32" 841 ConfigurationType="1" 889 842 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-win32-common-defaults.vsprops" 890 843 UseOfMFC="0" 891 844 ATLMinimizesCRunTimeLibraryUsage="false" 892 893 845 CharacterSet="2" 894 895 ConfigurationType="1"896 UseOfMFC="0"897 846 > 898 847 <Tool … … 913 862 <Tool 914 863 Name="VCCLCompilerTool" 864 AdditionalIncludeDirectories="../../pjlib/include,../include,../../pjnath/include,../../pjlib-util/include" 915 865 PreprocessorDefinitions="_CONSOLE;" 916 917 AdditionalIncludeDirectories="../../pjlib/include,../include,../../pjnath/include,../../pjlib-util/include"918 866 PrecompiledHeaderFile="" 919 867 /> … … 931 879 AdditionalDependencies="dsound.lib dxguid.lib netapi32.lib mswsock.lib ws2_32.lib odbc32.lib odbccp32.lib ole32.lib user32.lib" 932 880 OutputFile="..\bin\pjmedia-test-$(TargetCPU)-$(PlatformName)-vc$(VSVer)-$(ConfigurationName).exe" 933 881 IgnoreDefaultLibraryNames="MSVCRT.LIB" 934 882 /> 935 883 <Tool … … 959 907 </Configuration> 960 908 <Configuration 961 Name="Debug-Dynamic| Windows Mobile 6 Standard SDK (ARMV4I)"962 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops"963 909 Name="Debug-Dynamic|Pocket PC 2003 (ARMV4)" 910 ConfigurationType="1" 911 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm2003-common-defaults.vsprops" 964 912 ATLMinimizesCRunTimeLibraryUsage="false" 965 966 913 CharacterSet="1" 967 968 ConfigurationType="1"969 914 > 970 915 <Tool … … 1001 946 Name="VCLinkerTool" 1002 947 AdditionalDependencies="ws2.lib" 1003 OutputFile="..\bin\pjmedia-test-$(TargetCPU)-wm6std-vc$(VSVer)-$(ConfigurationName).exe" 1004 948 OutputFile="..\bin\pjmedia-test-$(TargetCPU)-wm2003ppc-vc$(VSVer)-$(ConfigurationName).exe" 1005 949 /> 1006 950 <Tool … … 1029 973 </Configuration> 1030 974 <Configuration 1031 Name="Debug-Dynamic| Windows Mobile 6 Professional SDK (ARMV4I)"1032 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops"1033 975 Name="Debug-Dynamic|Smartphone 2003 (ARMV4)" 976 ConfigurationType="1" 977 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm2003-common-defaults.vsprops" 1034 978 ATLMinimizesCRunTimeLibraryUsage="false" 1035 1036 979 CharacterSet="1" 1037 1038 ConfigurationType="1"1039 980 > 1040 981 <Tool … … 1071 1012 Name="VCLinkerTool" 1072 1013 AdditionalDependencies="ws2.lib" 1073 OutputFile="..\bin\pjmedia-test-$(TargetCPU)-wm6pro-vc$(VSVer)-$(ConfigurationName).exe" 1074 1014 OutputFile="..\bin\pjmedia-test-$(TargetCPU)-wm2003sp-vc$(VSVer)-$(ConfigurationName).exe" 1075 1015 /> 1076 1016 <Tool … … 1100 1040 <Configuration 1101 1041 Name="Release-Static|Win32" 1042 ConfigurationType="1" 1102 1043 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-win32-release-defaults.vsprops" 1103 1044 UseOfMFC="0" 1104 1045 ATLMinimizesCRunTimeLibraryUsage="false" 1105 1106 1046 CharacterSet="2" 1107 1108 ConfigurationType="1"1109 UseOfMFC="0"1110 1047 > 1111 1048 <Tool … … 1126 1063 <Tool 1127 1064 Name="VCCLCompilerTool" 1065 AdditionalIncludeDirectories="../../pjlib/include,../include,../../pjnath/include,../../pjlib-util/include" 1128 1066 PreprocessorDefinitions="_CONSOLE;" 1129 1130 AdditionalIncludeDirectories="../../pjlib/include,../include,../../pjnath/include,../../pjlib-util/include"1131 1067 PrecompiledHeaderFile="" 1132 1068 /> … … 1144 1080 AdditionalDependencies="dsound.lib dxguid.lib netapi32.lib mswsock.lib ws2_32.lib odbc32.lib odbccp32.lib ole32.lib user32.lib" 1145 1081 OutputFile="..\bin\pjmedia-test-$(TargetCPU)-$(PlatformName)-vc$(VSVer)-$(ConfigurationName).exe" 1146 1082 IgnoreDefaultLibraryNames="MSVCRT.LIB" 1147 1083 /> 1148 1084 <Tool … … 1172 1108 </Configuration> 1173 1109 <Configuration 1174 Name="Release-Static| Windows Mobile 6 Standard SDK (ARMV4I)"1175 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops"1176 1110 Name="Release-Static|Pocket PC 2003 (ARMV4)" 1111 ConfigurationType="1" 1112 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm2003-release-defaults.vsprops" 1177 1113 ATLMinimizesCRunTimeLibraryUsage="false" 1178 1179 1114 CharacterSet="1" 1180 1181 ConfigurationType="1"1182 1115 > 1183 1116 <Tool … … 1214 1147 Name="VCLinkerTool" 1215 1148 AdditionalDependencies="ws2.lib" 1216 OutputFile="..\bin\pjmedia-test-$(TargetCPU)-wm6std-vc$(VSVer)-$(ConfigurationName).exe" 1217 1149 OutputFile="..\bin\pjmedia-test-$(TargetCPU)-wm2003ppc-vc$(VSVer)-$(ConfigurationName).exe" 1218 1150 /> 1219 1151 <Tool … … 1242 1174 </Configuration> 1243 1175 <Configuration 1244 Name="Release-Static| Windows Mobile 6 Professional SDK (ARMV4I)"1245 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops"1246 1176 Name="Release-Static|Smartphone 2003 (ARMV4)" 1177 ConfigurationType="1" 1178 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm2003-release-defaults.vsprops" 1247 1179 ATLMinimizesCRunTimeLibraryUsage="false" 1248 1249 1180 CharacterSet="1" 1250 1251 ConfigurationType="1"1252 1181 > 1253 1182 <Tool … … 1284 1213 Name="VCLinkerTool" 1285 1214 AdditionalDependencies="ws2.lib" 1286 OutputFile="..\bin\pjmedia-test-$(TargetCPU)-wm6pro-vc$(VSVer)-$(ConfigurationName).exe" 1287 1215 OutputFile="..\bin\pjmedia-test-$(TargetCPU)-wm2003sp-vc$(VSVer)-$(ConfigurationName).exe" 1288 1216 /> 1289 1217 <Tool … … 1312 1240 </Configuration> 1313 1241 <Configuration 1314 Name="Debug| Pocket PC 2003 (ARMV4)"1315 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm2003-common-defaults.vsprops"1316 1242 Name="Debug|Windows Mobile 6 Standard SDK (ARMV4I)" 1243 ConfigurationType="1" 1244 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops" 1317 1245 ATLMinimizesCRunTimeLibraryUsage="false" 1318 1319 1246 CharacterSet="1" 1320 1321 ConfigurationType="1"1322 1247 > 1323 1248 <Tool … … 1354 1279 Name="VCLinkerTool" 1355 1280 AdditionalDependencies="ws2.lib" 1356 OutputFile="..\bin\pjmedia-test-$(TargetCPU)-wm2003ppc-vc$(VSVer)-$(ConfigurationName).exe" 1357 1281 OutputFile="..\bin\pjmedia-test-$(TargetCPU)-wm6std-vc$(VSVer)-$(ConfigurationName).exe" 1358 1282 /> 1359 1283 <Tool … … 1382 1306 </Configuration> 1383 1307 <Configuration 1384 Name=" Release|Pocket PC 2003 (ARMV4)"1385 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm2003-release-defaults.vsprops"1386 1308 Name="Debug|Windows Mobile 6 Professional SDK (ARMV4I)" 1309 ConfigurationType="1" 1310 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops" 1387 1311 ATLMinimizesCRunTimeLibraryUsage="false" 1388 1389 1312 CharacterSet="1" 1390 1391 ConfigurationType="1"1392 1313 > 1393 1314 <Tool … … 1424 1345 Name="VCLinkerTool" 1425 1346 AdditionalDependencies="ws2.lib" 1426 OutputFile="..\bin\pjmedia-test-$(TargetCPU)-wm2003ppc-vc$(VSVer)-$(ConfigurationName).exe" 1427 1347 OutputFile="..\bin\pjmedia-test-$(TargetCPU)-wm6pro-vc$(VSVer)-$(ConfigurationName).exe" 1428 1348 /> 1429 1349 <Tool … … 1452 1372 </Configuration> 1453 1373 <Configuration 1454 Name="Debug -Static|Pocket PC 2003 (ARMV4)"1455 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm2003-common-defaults.vsprops"1456 1374 Name="Debug|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)" 1375 ConfigurationType="1" 1376 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm5-common-defaults.vsprops" 1457 1377 ATLMinimizesCRunTimeLibraryUsage="false" 1458 1459 1378 CharacterSet="1" 1460 1461 ConfigurationType="1"1462 1379 > 1463 1380 <Tool … … 1494 1411 Name="VCLinkerTool" 1495 1412 AdditionalDependencies="ws2.lib" 1496 OutputFile="..\bin\pjmedia-test-$(TargetCPU)-wm2003ppc-vc$(VSVer)-$(ConfigurationName).exe" 1497 1413 OutputFile="..\bin\pjmedia-test-$(TargetCPU)-wm5ppc-vc$(VSVer)-$(ConfigurationName).exe" 1498 1414 /> 1499 1415 <Tool … … 1522 1438 </Configuration> 1523 1439 <Configuration 1524 Name=" Release-Dynamic|Pocket PC 2003 (ARMV4)"1525 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm2003-release-defaults.vsprops"1526 1440 Name="Debug|Windows Mobile 5.0 Smartphone SDK (ARMV4I)" 1441 ConfigurationType="1" 1442 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm5-common-defaults.vsprops" 1527 1443 ATLMinimizesCRunTimeLibraryUsage="false" 1528 1529 1444 CharacterSet="1" 1530 1531 ConfigurationType="1"1532 1445 > 1533 1446 <Tool … … 1564 1477 Name="VCLinkerTool" 1565 1478 AdditionalDependencies="ws2.lib" 1566 OutputFile="..\bin\pjmedia-test-$(TargetCPU)-wm2003ppc-vc$(VSVer)-$(ConfigurationName).exe" 1567 1479 OutputFile="..\bin\pjmedia-test-$(TargetCPU)-wm5sp-vc$(VSVer)-$(ConfigurationName).exe" 1568 1480 /> 1569 1481 <Tool … … 1592 1504 </Configuration> 1593 1505 <Configuration 1594 Name=" Debug-Dynamic|Pocket PC 2003 (ARMV4)"1595 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm2003-common-defaults.vsprops"1596 1506 Name="Release|Windows Mobile 6 Standard SDK (ARMV4I)" 1507 ConfigurationType="1" 1508 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops" 1597 1509 ATLMinimizesCRunTimeLibraryUsage="false" 1598 1599 1510 CharacterSet="1" 1600 1601 ConfigurationType="1"1602 1511 > 1603 1512 <Tool … … 1634 1543 Name="VCLinkerTool" 1635 1544 AdditionalDependencies="ws2.lib" 1636 OutputFile="..\bin\pjmedia-test-$(TargetCPU)-wm2003ppc-vc$(VSVer)-$(ConfigurationName).exe" 1637 1545 OutputFile="..\bin\pjmedia-test-$(TargetCPU)-wm6std-vc$(VSVer)-$(ConfigurationName).exe" 1638 1546 /> 1639 1547 <Tool … … 1662 1570 </Configuration> 1663 1571 <Configuration 1664 Name="Release -Static|Pocket PC 2003 (ARMV4)"1665 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm2003-release-defaults.vsprops"1666 1572 Name="Release|Windows Mobile 6 Professional SDK (ARMV4I)" 1573 ConfigurationType="1" 1574 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops" 1667 1575 ATLMinimizesCRunTimeLibraryUsage="false" 1668 1669 1576 CharacterSet="1" 1670 1671 ConfigurationType="1"1672 1577 > 1673 1578 <Tool … … 1704 1609 Name="VCLinkerTool" 1705 1610 AdditionalDependencies="ws2.lib" 1706 OutputFile="..\bin\pjmedia-test-$(TargetCPU)-wm2003ppc-vc$(VSVer)-$(ConfigurationName).exe" 1707 1611 OutputFile="..\bin\pjmedia-test-$(TargetCPU)-wm6pro-vc$(VSVer)-$(ConfigurationName).exe" 1708 1612 /> 1709 1613 <Tool … … 1732 1636 </Configuration> 1733 1637 <Configuration 1734 Name=" Debug|Smartphone 2003 (ARMV4)"1735 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm2003-common-defaults.vsprops"1736 1638 Name="Release|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)" 1639 ConfigurationType="1" 1640 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm5-release-defaults.vsprops" 1737 1641 ATLMinimizesCRunTimeLibraryUsage="false" 1738 1739 1642 CharacterSet="1" 1740 1741 ConfigurationType="1"1742 1643 > 1743 1644 <Tool … … 1774 1675 Name="VCLinkerTool" 1775 1676 AdditionalDependencies="ws2.lib" 1776 OutputFile="..\bin\pjmedia-test-$(TargetCPU)-wm2003sp-vc$(VSVer)-$(ConfigurationName).exe" 1777 1677 OutputFile="..\bin\pjmedia-test-$(TargetCPU)-wm5ppc-vc$(VSVer)-$(ConfigurationName).exe" 1778 1678 /> 1779 1679 <Tool … … 1802 1702 </Configuration> 1803 1703 <Configuration 1804 Name="Release| Smartphone 2003 (ARMV4)"1805 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm2003-release-defaults.vsprops"1806 1704 Name="Release|Windows Mobile 5.0 Smartphone SDK (ARMV4I)" 1705 ConfigurationType="1" 1706 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm5-release-defaults.vsprops" 1807 1707 ATLMinimizesCRunTimeLibraryUsage="false" 1808 1809 1708 CharacterSet="1" 1810 1811 ConfigurationType="1"1812 1709 > 1813 1710 <Tool … … 1844 1741 Name="VCLinkerTool" 1845 1742 AdditionalDependencies="ws2.lib" 1846 OutputFile="..\bin\pjmedia-test-$(TargetCPU)-wm2003sp-vc$(VSVer)-$(ConfigurationName).exe" 1847 1743 OutputFile="..\bin\pjmedia-test-$(TargetCPU)-wm5sp-vc$(VSVer)-$(ConfigurationName).exe" 1848 1744 /> 1849 1745 <Tool … … 1872 1768 </Configuration> 1873 1769 <Configuration 1874 Name="Debug-Static| Smartphone 2003 (ARMV4)"1875 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm2003-common-defaults.vsprops"1876 1770 Name="Debug-Static|Windows Mobile 6 Standard SDK (ARMV4I)" 1771 ConfigurationType="1" 1772 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops" 1877 1773 ATLMinimizesCRunTimeLibraryUsage="false" 1878 1879 1774 CharacterSet="1" 1880 1881 ConfigurationType="1"1882 1775 > 1883 1776 <Tool … … 1914 1807 Name="VCLinkerTool" 1915 1808 AdditionalDependencies="ws2.lib" 1916 OutputFile="..\bin\pjmedia-test-$(TargetCPU)-wm2003sp-vc$(VSVer)-$(ConfigurationName).exe" 1917 1809 OutputFile="..\bin\pjmedia-test-$(TargetCPU)-wm6std-vc$(VSVer)-$(ConfigurationName).exe" 1918 1810 /> 1919 1811 <Tool … … 1942 1834 </Configuration> 1943 1835 <Configuration 1944 Name=" Release-Dynamic|Smartphone 2003 (ARMV4)"1945 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm2003-release-defaults.vsprops"1946 1836 Name="Debug-Static|Windows Mobile 6 Professional SDK (ARMV4I)" 1837 ConfigurationType="1" 1838 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops" 1947 1839 ATLMinimizesCRunTimeLibraryUsage="false" 1948 1949 1840 CharacterSet="1" 1950 1951 ConfigurationType="1"1952 1841 > 1953 1842 <Tool … … 1984 1873 Name="VCLinkerTool" 1985 1874 AdditionalDependencies="ws2.lib" 1986 OutputFile="..\bin\pjmedia-test-$(TargetCPU)-wm2003sp-vc$(VSVer)-$(ConfigurationName).exe" 1987 1875 OutputFile="..\bin\pjmedia-test-$(TargetCPU)-wm6pro-vc$(VSVer)-$(ConfigurationName).exe" 1988 1876 /> 1989 1877 <Tool … … 2012 1900 </Configuration> 2013 1901 <Configuration 2014 Name="Debug- Dynamic|Smartphone 2003 (ARMV4)"2015 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm2003-common-defaults.vsprops"2016 1902 Name="Debug-Static|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)" 1903 ConfigurationType="1" 1904 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm5-common-defaults.vsprops" 2017 1905 ATLMinimizesCRunTimeLibraryUsage="false" 2018 2019 1906 CharacterSet="1" 2020 2021 ConfigurationType="1"2022 1907 > 2023 1908 <Tool … … 2054 1939 Name="VCLinkerTool" 2055 1940 AdditionalDependencies="ws2.lib" 2056 OutputFile="..\bin\pjmedia-test-$(TargetCPU)-wm2003sp-vc$(VSVer)-$(ConfigurationName).exe" 2057 1941 OutputFile="..\bin\pjmedia-test-$(TargetCPU)-wm5ppc-vc$(VSVer)-$(ConfigurationName).exe" 2058 1942 /> 2059 1943 <Tool … … 2082 1966 </Configuration> 2083 1967 <Configuration 2084 Name=" Release-Static|Smartphone 2003 (ARMV4)"2085 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm2003-release-defaults.vsprops"2086 1968 Name="Debug-Static|Windows Mobile 5.0 Smartphone SDK (ARMV4I)" 1969 ConfigurationType="1" 1970 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm5-common-defaults.vsprops" 2087 1971 ATLMinimizesCRunTimeLibraryUsage="false" 2088 2089 1972 CharacterSet="1" 2090 2091 ConfigurationType="1"2092 1973 > 2093 1974 <Tool … … 2124 2005 Name="VCLinkerTool" 2125 2006 AdditionalDependencies="ws2.lib" 2126 OutputFile="..\bin\pjmedia-test-$(TargetCPU)-wm2003sp-vc$(VSVer)-$(ConfigurationName).exe" 2127 2007 OutputFile="..\bin\pjmedia-test-$(TargetCPU)-wm5sp-vc$(VSVer)-$(ConfigurationName).exe" 2128 2008 /> 2129 2009 <Tool … … 2152 2032 </Configuration> 2153 2033 <Configuration 2154 Name=" Debug|Windows Mobile 5.0 Pocket PCSDK (ARMV4I)"2155 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm5-common-defaults.vsprops"2156 2034 Name="Release-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)" 2035 ConfigurationType="1" 2036 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops" 2157 2037 ATLMinimizesCRunTimeLibraryUsage="false" 2158 2159 2038 CharacterSet="1" 2160 2161 ConfigurationType="1"2162 2039 > 2163 2040 <Tool … … 2194 2071 Name="VCLinkerTool" 2195 2072 AdditionalDependencies="ws2.lib" 2196 OutputFile="..\bin\pjmedia-test-$(TargetCPU)-wm5ppc-vc$(VSVer)-$(ConfigurationName).exe" 2197 2073 OutputFile="..\bin\pjmedia-test-$(TargetCPU)-wm6std-vc$(VSVer)-$(ConfigurationName).exe" 2198 2074 /> 2199 2075 <Tool … … 2222 2098 </Configuration> 2223 2099 <Configuration 2224 Name="Release |Windows Mobile 5.0 Pocket PCSDK (ARMV4I)"2225 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm5-release-defaults.vsprops"2226 2100 Name="Release-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)" 2101 ConfigurationType="1" 2102 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops" 2227 2103 ATLMinimizesCRunTimeLibraryUsage="false" 2228 2229 2104 CharacterSet="1" 2230 2231 ConfigurationType="1"2232 2105 > 2233 2106 <Tool … … 2264 2137 Name="VCLinkerTool" 2265 2138 AdditionalDependencies="ws2.lib" 2266 OutputFile="..\bin\pjmedia-test-$(TargetCPU)-wm5ppc-vc$(VSVer)-$(ConfigurationName).exe" 2267 2139 OutputFile="..\bin\pjmedia-test-$(TargetCPU)-wm6pro-vc$(VSVer)-$(ConfigurationName).exe" 2268 2140 /> 2269 2141 <Tool … … 2292 2164 </Configuration> 2293 2165 <Configuration 2294 Name=" Debug-Static|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)"2295 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm5-common-defaults.vsprops"2296 2166 Name="Release-Dynamic|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)" 2167 ConfigurationType="1" 2168 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm5-release-defaults.vsprops" 2297 2169 ATLMinimizesCRunTimeLibraryUsage="false" 2298 2299 2170 CharacterSet="1" 2300 2301 ConfigurationType="1"2302 2171 > 2303 2172 <Tool … … 2335 2204 AdditionalDependencies="ws2.lib" 2336 2205 OutputFile="..\bin\pjmedia-test-$(TargetCPU)-wm5ppc-vc$(VSVer)-$(ConfigurationName).exe" 2337 2338 2206 /> 2339 2207 <Tool … … 2362 2230 </Configuration> 2363 2231 <Configuration 2364 Name="Release-Dynamic|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)" 2232 Name="Release-Dynamic|Windows Mobile 5.0 Smartphone SDK (ARMV4I)" 2233 ConfigurationType="1" 2365 2234 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm5-release-defaults.vsprops" 2366 2367 2235 ATLMinimizesCRunTimeLibraryUsage="false" 2368 2369 2236 CharacterSet="1" 2370 2371 ConfigurationType="1"2372 2237 > 2373 2238 <Tool … … 2404 2269 Name="VCLinkerTool" 2405 2270 AdditionalDependencies="ws2.lib" 2406 OutputFile="..\bin\pjmedia-test-$(TargetCPU)-wm5ppc-vc$(VSVer)-$(ConfigurationName).exe" 2407 2271 OutputFile="..\bin\pjmedia-test-$(TargetCPU)-wm5sp-vc$(VSVer)-$(ConfigurationName).exe" 2408 2272 /> 2409 2273 <Tool … … 2432 2296 </Configuration> 2433 2297 <Configuration 2434 Name="Debug-Dynamic|Windows Mobile 5.0 Pocket PCSDK (ARMV4I)"2435 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm5-common-defaults.vsprops"2436 2298 Name="Debug-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)" 2299 ConfigurationType="1" 2300 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops" 2437 2301 ATLMinimizesCRunTimeLibraryUsage="false" 2438 2439 2302 CharacterSet="1" 2440 2441 ConfigurationType="1"2442 2303 > 2443 2304 <Tool … … 2474 2335 Name="VCLinkerTool" 2475 2336 AdditionalDependencies="ws2.lib" 2476 OutputFile="..\bin\pjmedia-test-$(TargetCPU)-wm5ppc-vc$(VSVer)-$(ConfigurationName).exe" 2477 2337 OutputFile="..\bin\pjmedia-test-$(TargetCPU)-wm6std-vc$(VSVer)-$(ConfigurationName).exe" 2478 2338 /> 2479 2339 <Tool … … 2502 2362 </Configuration> 2503 2363 <Configuration 2504 Name=" Release-Static|Windows Mobile 5.0 Pocket PCSDK (ARMV4I)"2505 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm5-release-defaults.vsprops"2506 2364 Name="Debug-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)" 2365 ConfigurationType="1" 2366 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops" 2507 2367 ATLMinimizesCRunTimeLibraryUsage="false" 2508 2509 2368 CharacterSet="1" 2510 2511 ConfigurationType="1"2512 2369 > 2513 2370 <Tool … … 2544 2401 Name="VCLinkerTool" 2545 2402 AdditionalDependencies="ws2.lib" 2546 OutputFile="..\bin\pjmedia-test-$(TargetCPU)-wm5ppc-vc$(VSVer)-$(ConfigurationName).exe" 2547 2403 OutputFile="..\bin\pjmedia-test-$(TargetCPU)-wm6pro-vc$(VSVer)-$(ConfigurationName).exe" 2548 2404 /> 2549 2405 <Tool … … 2572 2428 </Configuration> 2573 2429 <Configuration 2574 Name="Debug |Windows Mobile 5.0 SmartphoneSDK (ARMV4I)"2575 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm5-common-defaults.vsprops"2576 2430 Name="Debug-Dynamic|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)" 2431 ConfigurationType="1" 2432 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm5-common-defaults.vsprops" 2577 2433 ATLMinimizesCRunTimeLibraryUsage="false" 2578 2579 2434 CharacterSet="1" 2580 2581 ConfigurationType="1"2582 2435 > 2583 2436 <Tool … … 2614 2467 Name="VCLinkerTool" 2615 2468 AdditionalDependencies="ws2.lib" 2616 OutputFile="..\bin\pjmedia-test-$(TargetCPU)-wm5sp-vc$(VSVer)-$(ConfigurationName).exe" 2617 2469 OutputFile="..\bin\pjmedia-test-$(TargetCPU)-wm5ppc-vc$(VSVer)-$(ConfigurationName).exe" 2618 2470 /> 2619 2471 <Tool … … 2642 2494 </Configuration> 2643 2495 <Configuration 2644 Name=" Release|Windows Mobile 5.0 Smartphone SDK (ARMV4I)"2645 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm5-release-defaults.vsprops"2646 2496 Name="Debug-Dynamic|Windows Mobile 5.0 Smartphone SDK (ARMV4I)" 2497 ConfigurationType="1" 2498 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm5-common-defaults.vsprops" 2647 2499 ATLMinimizesCRunTimeLibraryUsage="false" 2648 2649 2500 CharacterSet="1" 2650 2651 ConfigurationType="1"2652 2501 > 2653 2502 <Tool … … 2685 2534 AdditionalDependencies="ws2.lib" 2686 2535 OutputFile="..\bin\pjmedia-test-$(TargetCPU)-wm5sp-vc$(VSVer)-$(ConfigurationName).exe" 2687 2688 2536 /> 2689 2537 <Tool … … 2712 2560 </Configuration> 2713 2561 <Configuration 2714 Name=" Debug-Static|Windows Mobile 5.0 SmartphoneSDK (ARMV4I)"2715 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm5-common-defaults.vsprops"2716