vpx/build/make
Attila Nagy 5daaa838a6 Enables building examples with Android NDK
Soft enable runtime cpu detect for armv7-android target, so that it
can be disabled and remove dependency on 'cpufeatures' lib.
Change the arm_cpu_caps implementation selection such that 'no rtcd' takes
precedence over system type.

Switch to use -mtune instead of -mcpu. NDK was complaining about
-mcpu=cortex-a8 conflicting with -march=armv7-a, not sure why.

Add a linker flag to fix some cortex-a8 bug, as suggested by NDK Dev
Guide.

Examples:
Configure for armv7+neon:

./configure --target=armv7-android-gcc \
            --sdk-path=/path/to/android/ndk \
            --disable-runtime-cpu-detect \
            --enable-realtime-only \
            --disable-unit-tests

...armv7 w/o neon:

./configure --target=armv7-android-gcc \
            --sdk-path=/path/to/android/ndk \
            --disable-runtime-cpu-detect \
            --enable-realtime-only \
            --disable-neon \
            --cpu=cortex-a9 \
            --disable-unit-tests

Change-Id: I37e2c0592745208979deec38f7658378d4bd6cfa
2012-06-20 10:15:24 +03:00
..
ads2gas_apple.pl Merge "Fix iOS conversion script" 2011-12-14 11:44:21 -08:00
ads2gas.pl Use number instead of string for eabi_attribute. 2012-01-04 11:28:41 -08:00
Android.mk Enables building examples with Android NDK 2012-06-20 10:15:24 +03:00
armlink_adapter.sh Translates -g from LDFLAGS as --debug in armlink_adapter.sh 2011-02-07 08:58:19 +02:00
configure.sh Enables building examples with Android NDK 2012-06-20 10:15:24 +03:00
gen_asm_deps.sh Fix build under Estonian locale 2012-03-14 11:19:09 -07:00
gen_msvs_def.sh Use WebM in copyright notice for consistency 2010-09-09 10:01:21 -04:00
gen_msvs_proj.sh Add unit test support via google test 2011-11-04 12:23:04 -07:00
gen_msvs_sln.sh purge wince configuration 2011-02-22 14:42:00 -05:00
Makefile configure: initial support for CXX, CXXFLAGS variables 2012-05-22 14:32:08 -07:00
obj_int_extract.c Fix windows build: obj_int_extract to extract numbrs from .rdata 2012-05-30 11:22:21 -07:00
rtcd.sh Remove threading dependencies with --disable-multithread 2012-06-15 16:26:39 -07:00
version.sh Use WebM in copyright notice for consistency 2010-09-09 10:01:21 -04:00