Initial version
Change-Id: I7efe9a589cd24edf86e8d086b40c27cbbf8b4017
This commit is contained in:
parent
3956d913d3
commit
8d3d303c79
339 changed files with 204373 additions and 0 deletions
13
test/encoder.mk
Executable file
13
test/encoder.mk
Executable file
|
|
@ -0,0 +1,13 @@
|
|||
LOCAL_PATH := $(call my-dir)
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
|
||||
LOCAL_MODULE := avcenc
|
||||
LOCAL_MODULE_TAGS := optional
|
||||
|
||||
LOCAL_CFLAGS := -DPROFILE_ENABLE -DARM -DMD5_DISABLE -fPIC -pie
|
||||
LOCAL_C_INCLUDES += $(LOCAL_PATH)/../encoder $(LOCAL_PATH)/../common $(LOCAL_PATH)/encoder/
|
||||
LOCAL_SRC_FILES := encoder/main.c encoder/psnr.c encoder/input.c encoder/output.c encoder/recon.c
|
||||
LOCAL_STATIC_LIBRARIES := libavcenc
|
||||
|
||||
include $(BUILD_EXECUTABLE)
|
||||
Loading…
Add table
Add a link
Reference in a new issue