linphone-android/submodules/externals/build/x264/Android.mk
2013-09-27 12:23:00 +02:00

7 lines
155 B
Makefile

LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE := libx264
LOCAL_SRC_FILES := $(TARGET_ARCH)/libx264.a
include $(PREBUILT_STATIC_LIBRARY)