提交 7eb9fa14 编写于 作者: A Alexander Smorkalov 提交者: Andrey Kamaev

Warning fix. ifdefs for 4.1.1 added.

上级 6bb509b4
......@@ -58,6 +58,9 @@
using namespace android;
void debugShowFPS();
#if defined(ANDROID_r4_1_1)
class ConsumerListenerStub: public BufferQueue::ConsumerListener
{
public:
......@@ -68,6 +71,7 @@ public:
{
}
};
#endif
void debugShowFPS()
{
......@@ -277,7 +281,7 @@ public:
virtual void postData(int32_t msgType, const sp<IMemory>& dataPtr
#if defined(ANDROID_r4_0_0) || defined(ANDROID_r4_0_3) || defined(ANDROID_r4_1_1)
,camera_frame_metadata_t* metadata
,camera_frame_metadata_t*
#endif
)
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册