linphone-android/submodules/externals/build/ffmpeg/Android.mk

11 lines
316 B
Makefile
Executable file

LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE := libffmpeg-linphone
LOCAL_MODULE_FILENAME := libffmpeg-linphone-$(TARGET_ARCH)
LOCAL_SRC_FILES := $(TARGET_ARCH)/libffmpeg-linphone-$(TARGET_ARCH).so
#turn off warnings since we cannot fix them
LOCAL_CFLAGS += -w
include $(PREBUILT_SHARED_LIBRARY)