Home | History | Annotate | Download | only in tests
      1 TEST_COMPONENT = AacEncTest_common
      2 OBJ_FILES = AacEncTest.o
      3 
      4 # library files to link with when building
      5 LIBRARIES += -ldl -lOMX_Core -lpthread -lOMX_AacEncoder -lLCML
      6 
      7 TOP_DIR = ../
      8 include $(TOP_DIR)/include.mk
      9 CFLAGS += -I$(ROOT_DIR)/system/src/openmax_il/omx_core/src -I$(TOP_DIR)/inc/
     10 
     11 
     12