mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
b2a2a0bbc7
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.
7 lines
123 B
C
7 lines
123 B
C
#define typeof __typeof__
|
|
#ifdef ANDROID_CPU_FEATURES
|
|
#include ANDROID_CPU_FEATURES
|
|
#endif
|
|
|
|
extern int unused_declaration;
|