Home | History | Annotate | Download | only in libavc
      1 LOCAL_PATH := $(call my-dir)
      2 include $(CLEAR_VARS)
      3 
      4 # encoder
      5 include $(LOCAL_PATH)/encoder.mk
      6 
      7 # decoder
      8 include $(LOCAL_PATH)/decoder.mk
      9