1
0
mirror of https://github.com/ioacademy-jikim/multimedia synced 2025-06-06 15:36:13 +00:00

openmax 수정

This commit is contained in:
juning kim 2015-11-01 02:19:55 +09:00
parent 482d7c5d4f
commit b0b1c9e965
2 changed files with 1 additions and 4 deletions

View File

@ -20,6 +20,7 @@
#include "ATMParser.h"
#include <ctype.h>
#include <string.h>
#include <utils/Log.h>
#define LOGD ALOGD

View File

@ -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 \