Skip to content

Commit

Permalink
comp success
Browse files Browse the repository at this point in the history
  • Loading branch information
cristeab committed Oct 3, 2017
1 parent 466204d commit 977de61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-android.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ make clean && make distclean
rm -rf ../build-android/*

#patch -p1 < g729_pjsua2.6.patch
./configure-android --prefix /Users/bogdan/projects/pjsip_custom/build-android
APP_PLATFORM=android-19 ./configure-android --prefix /Users/bogdan/projects/pjsip_custom/build-android

cp pjlib/include/pj/config_site_sample.h pjlib/include/pj/config_site.h
awk -v "n=22" -v "s=#define PJ_CONFIG_ANDROID 1" '(NR==n) { print s } 1' pjlib/include/pj/config_site.h > pjlib/include/pj/config_site.h.tmp
Expand Down

0 comments on commit 977de61

Please sign in to comment.