blob: e67da4cc64fdcacfe7a65f4a49109dff8a0c5235 [file] [log] [blame]
Andreas Huber072f5242010-05-20 14:56:53 -07001LOCAL_PATH:= $(call my-dir)
2include $(CLEAR_VARS)
3
4LOCAL_SRC_FILES:= \
James Dong8433f752011-02-22 15:12:15 -08005 MatroskaExtractor.cpp
Andreas Huber072f5242010-05-20 14:56:53 -07006
7LOCAL_C_INCLUDES:= \
James Dong8433f752011-02-22 15:12:15 -08008 $(JNI_H_INCLUDE) \
9 $(TOP)/external/libvpx/mkvparser \
James Donge1dea482012-03-12 14:37:53 -070010 $(TOP)/frameworks/native/include/media/openmax \
Andreas Huber072f5242010-05-20 14:56:53 -070011
12LOCAL_CFLAGS += -Wno-multichar
13
14LOCAL_MODULE:= libstagefright_matroska
15
16include $(BUILD_STATIC_LIBRARY)