You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
399B

  1. LOCAL_PATH := $(call my-dir)
  2. include $(CLEAR_VARS)
  3. LOCAL_CFLAGS += -DOS_LINUX -DOS_ANDROID -DMPEG_H26X_VERIFY -DMPEG_ZERO_PAYLOAD_LENGTH -DMPEG_DAHUA_AAC_FROM_G711
  4. LOCAL_LDLIBS +=
  5. LOCAL_C_INCLUDES := $(LOCAL_PATH)
  6. LOCAL_C_INCLUDES += $(LOCAL_PATH)/include
  7. LOCAL_SRC_FILES := $(wildcard source/*.c)
  8. LOCAL_SRC_FILES += $(wildcard source/*.cpp)
  9. LOCAL_MODULE := mpeg
  10. include $(BUILD_STATIC_LIBRARY)