Rename 'andy' temp folder to 'android'

This commit is contained in:
bossiel 2014-02-26 03:22:40 +00:00
parent 7d2dbe9114
commit 6575ddd8b1
431 changed files with 4 additions and 4 deletions

View File

@ -182,13 +182,13 @@ AC_ARG_WITH(debug-level,
### CFLAGS && LDFLAGS ### CFLAGS && LDFLAGS
if test "$target_os" = "android"; then if test "$target_os" = "android"; then
home_dir=`pwd` home_dir=`pwd`
CFLAGS="${CFLAGS} -I${home_dir}/thirdparties/andy/${android_cpu}/include -I${home_dir}/thirdparties/andy/common/include -I${home_dir}/thirdparties/common/include/libyuv" CFLAGS="${CFLAGS} -I${home_dir}/thirdparties/android/${android_cpu}/include -I${home_dir}/thirdparties/android/common/include -I${home_dir}/thirdparties/common/include/libyuv"
CPPFLAGS=$CFLAGS CPPFLAGS=$CFLAGS
LDFLAGS="${LDFLAGS} -L${home_dir}/thirdparties/andy/${android_cpu}/lib/dist" LDFLAGS="${LDFLAGS} -L${home_dir}/thirdparties/android/${android_cpu}/lib/dist"
if test "$enable_gpl" = yes; then if test "$enable_gpl" = yes; then
LDFLAGS="${LDFLAGS} -L${home_dir}/thirdparties/andy/${android_cpu}/lib/dist/gpl" LDFLAGS="${LDFLAGS} -L${home_dir}/thirdparties/android/${android_cpu}/lib/dist/gpl"
else else
LDFLAGS="${LDFLAGS} -L${home_dir}/thirdparties/andy/${android_cpu}/lib/dist/lgpl" LDFLAGS="${LDFLAGS} -L${home_dir}/thirdparties/android/${android_cpu}/lib/dist/lgpl"
fi fi
AC_SUBST(CFLAGS) AC_SUBST(CFLAGS)
AC_SUBST(LDFLAGS) AC_SUBST(LDFLAGS)

Some files were not shown because too many files have changed in this diff Show More