blob: b769f0ddeeb507f2e8c0a5d678344c8cf5177f36 [file] [log] [blame]
Andreas Huber47ba30e2010-05-24 14:38:02 -07001LOCAL_PATH := $(call my-dir)
2include $(CLEAR_VARS)
3
4LOCAL_SRC_FILES := \
5 VPXDecoder.cpp
6
7LOCAL_MODULE := libstagefright_vpxdec
8
9LOCAL_C_INCLUDES := \
10 $(TOP)/frameworks/base/media/libstagefright/include \
Andreas Hubera4f391c2010-10-15 13:31:29 -070011 $(TOP)/frameworks/base/include/media/stagefright/openmax \
Andreas Huber47ba30e2010-05-24 14:38:02 -070012 $(TOP)/external/libvpx \
13 $(TOP)/external/libvpx/vpx_codec \
14 $(TOP)/external/libvpx/vpx_ports
15
16include $(BUILD_STATIC_LIBRARY)