OSDN Git Service

IAndroidEffect.c is actually a c++ file.
authorBruce Beare <bruce.j.beare@intel.com>
Sun, 26 Dec 2010 17:55:13 +0000 (09:55 -0800)
committerBruce Beare <bruce.j.beare@intel.com>
Mon, 27 Dec 2010 20:18:35 +0000 (12:18 -0800)
commit91984422759673e0a26ba3d48e91db99cb2ece34
tree2423415e8eeabbfcd7e29229c4788a936e845dec
parente3d47748d093dde0290863bffa4db2f59d5245d8
IAndroidEffect.c is actually a c++ file.

The file uses new and delete; It requires -fno-rtti
to correctly build for Android. Since -fno-rtti is only
available (with the 4.2.1 IA toolchain) for g++, we
rename the file.

Change-Id: Ib8cb75c64aeae207f80429795bff663f3e8aee39
Signed-off-by: Bruce Beare <bruce.j.beare@intel.com>
opensles/libopensles/Android.mk
opensles/libopensles/IAndroidEffect.cpp [moved from opensles/libopensles/IAndroidEffect.c with 100% similarity]