toxcore/other/cpufeatures.c
iphydf b2a2a0bbc7
Link all tests to the android cpufeatures library if available.
This is needed for libvpx to work on android.

This also means that we can upload our test binaries to an android device
and actually run them, now that libcheck is no longer a blocker.
2018-02-23 01:05:00 +00:00

7 lines
123 B
C

#define typeof __typeof__
#ifdef ANDROID_CPU_FEATURES
#include ANDROID_CPU_FEATURES
#endif
extern int unused_declaration;