summaryrefslogtreecommitdiffstats
path: root/test/decoder.mk
diff options
context:
space:
mode:
Diffstat (limited to 'test/decoder.mk')
-rw-r--r--test/decoder.mk13
1 files changed, 0 insertions, 13 deletions
diff --git a/test/decoder.mk b/test/decoder.mk
deleted file mode 100644
index 0dda948..0000000
--- a/test/decoder.mk
+++ /dev/null
@@ -1,13 +0,0 @@
-LOCAL_PATH := $(call my-dir)
-
-include $(CLEAR_VARS)
-
-LOCAL_MODULE := avcdec
-LOCAL_MODULE_TAGS := optional
-
-LOCAL_CFLAGS := -DPROFILE_ENABLE -DARM -DMD5_DISABLE -fPIC
-LOCAL_C_INCLUDES += $(LOCAL_PATH)/../decoder $(LOCAL_PATH)/../common $(LOCAL_PATH)/decoder/
-LOCAL_SRC_FILES := decoder/main.c
-LOCAL_STATIC_LIBRARIES := libavcdec
-LOCAL_SHARED_LIBRARIES := liblog
-include $(BUILD_EXECUTABLE)