Changeset 4192 for pjproject/branches/projects/android/aconfigure
- Timestamp:
- Jul 3, 2012 7:46:49 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/branches/projects/android/aconfigure
r4149 r4192 4675 4675 4676 4676 case $target in 4677 *android*) 4678 $as_echo "#define PJ_ANDROID 1" >>confdefs.h 4679 4680 ;; 4677 4681 *mingw* | *cygw* | *win32* | *w32* ) 4678 4682 $as_echo "#define PJ_WIN32 1" >>confdefs.h … … 5653 5657 else 5654 5658 case $target in 5659 *android*) 5660 LIBS="$LIBS -lOpenSLES" 5661 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Checking sound device backend... OpenSL ES" >&5 5662 $as_echo "Checking sound device backend... OpenSL ES" >&6; } 5663 ;; 5655 5664 arm-apple-darwin*) 5656 5665 LIBS="$LIBS -framework CoreAudio -framework CoreFoundation -framework AudioToolbox -framework CFNetwork -framework UIKit" … … 5732 5741 5733 5742 case $target in 5743 *android*) 5744 LIBS="$LIBS -llog -lgcc" 5745 ;; 5734 5746 arm-apple-darwin*) 5735 5747 LIBS="$LIBS -framework UIKit"
Note: See TracChangeset
for help on using the changeset viewer.