From b0b1c9e965d8c89ee68a624a9f0dfadd009cf23d Mon Sep 17 00:00:00 2001 From: juning kim Date: Sun, 1 Nov 2015 02:19:55 +0900 Subject: [PATCH] =?UTF-8?q?openmax=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04_day/test-openmax/ATMParser.cpp | 1 + 04_day/test-openmax/Android.mk | 4 ---- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/04_day/test-openmax/ATMParser.cpp b/04_day/test-openmax/ATMParser.cpp index 316160a..34246a7 100644 --- a/04_day/test-openmax/ATMParser.cpp +++ b/04_day/test-openmax/ATMParser.cpp @@ -20,6 +20,7 @@ #include "ATMParser.h" #include +#include #include #define LOGD ALOGD diff --git a/04_day/test-openmax/Android.mk b/04_day/test-openmax/Android.mk index 0628118..3957427 100644 --- a/04_day/test-openmax/Android.mk +++ b/04_day/test-openmax/Android.mk @@ -8,7 +8,6 @@ LOCAL_MODULE_TAGS := tests LOCAL_C_INCLUDES := \ $(LOCAL_PATH)/include \ bionic/ \ - external/stlport/stlport \ frameworks/base/include \ frameworks/av/media/libstagefright \ frameworks/native/include/media/openmax \ @@ -27,7 +26,6 @@ LOCAL_SHARED_LIBRARIES := \ libcutils\ libutils\ libdl\ - libstlport \ libstagefright_omx \ libstagefright_foundation \ @@ -40,7 +38,6 @@ LOCAL_MODULE_TAGS := tests LOCAL_C_INCLUDES := \ $(LOCAL_PATH)/include \ bionic/ \ - external/stlport/stlport \ frameworks/base/include \ frameworks/av/media/libstagefright \ frameworks/native/include/media/openmax \ @@ -49,7 +46,6 @@ LOCAL_SHARED_LIBRARIES := \ libcutils\ libutils\ libdl\ - libstlport \ libstagefright_omx \ libstagefright_foundation \