mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 11:28:06 +00:00
11 lines
316 B
Makefile
Executable file
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)
|