Changeset 4435 for pjproject/trunk/aconfigure.ac
- Timestamp:
- Mar 11, 2013 6:32:58 AM (12 years ago)
- Location:
- pjproject/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk
- Property svn:mergeinfo changed
/pjproject/branches/projects/android (added) merged: 4153,4192-4195,4202,4211,4215,4221-4222,4226,4231,4237,4250,4284,4286-4287,4289,4292
- Property svn:mergeinfo changed
-
pjproject/trunk/aconfigure.ac
r4331 r4435 158 158 dnl 159 159 case $target in 160 *android*) 161 AC_DEFINE(PJ_ANDROID,1) 162 ;; 160 163 *mingw* | *cygw* | *win32* | *w32* ) 161 164 AC_DEFINE(PJ_WIN32,1) … … 570 573 else 571 574 case $target in 575 *android*) 576 LIBS="$LIBS -lOpenSLES" 577 AC_MSG_RESULT([Checking sound device backend... OpenSL ES]) 578 ;; 572 579 arm-apple-darwin*) 573 580 LIBS="$LIBS -framework CoreAudio -framework CoreFoundation -framework AudioToolbox -framework CFNetwork -framework UIKit" … … 635 642 636 643 case $target in 644 *android*) 645 LIBS="$LIBS -llog -lgcc" 646 ;; 637 647 arm-apple-darwin*) 638 648 LIBS="$LIBS -framework UIKit"
Note: See TracChangeset
for help on using the changeset viewer.