Skip to content
Snippets Groups Projects
Commit af436378 authored by Leo Ma's avatar Leo Ma
Browse files

Add libx264.a


Signed-off-by: default avatarLeo Ma <begeekmyfriend@gmail.com>
parent 957a64f4
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -4,11 +4,11 @@ include $(CLEAR_VARS)
LOCAL_MODULE := libx264
 
ifeq ($(TARGET_ARCH_ABI),armeabi-v7a)
LOCAL_SRC_FILES := libs/armeabi-v7a/lib/libx264.a
LOCAL_SRC_FILES := libs/armeabi-v7a/libx264.a
endif
 
ifeq ($(TARGET_ARCH_ABI),x86)
LOCAL_SRC_FILES := libs/x86/lib/libx264.a
LOCAL_SRC_FILES := libs/x86/libx264.a
endif
 
include $(PREBUILT_STATIC_LIBRARY)
File added
File added
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment