提交 8ead102e 编写于 作者: Z Zhang Rui

ijkmedia: jni: make prebuilt libffmpeg.so

上级 62bbf273
LOCAL_PATH := $(call my-dir)
MY_APP_FFMPEG_OUTPUT_PATH := $(LOCAL_PATH)/../../build/ffmpeg-armv7a/output
include $(call all-subdir-makefiles)
APP_OPTIM := release
APP_PLATFORM := android-9
APP_ABI := armeabi-v7a
NDK_TOOLCHAIN_VERSION=4.7
APP_PIE := false
APP_CFLAGS += -O3 -Wall -pipe \
-ffast-math \
-fstrict-aliasing -Werror=strict-aliasing \
-fmodulo-sched -fmodulo-sched-allow-regmoves \
-Wno-psabi -Wa,--noexecstack \
-D__ARM_ARCH_5__ -D__ARM_ARCH_5E__ -D__ARM_ARCH_5T__ -D__ARM_ARCH_5TE__ \
-DANDROID -DNDEBUG
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE := ffmpeg
LOCAL_SRC_FILES := $(MY_APP_FFMPEG_OUTPUT_PATH)/libffmpeg.so
include $(PREBUILT_SHARED_LIBRARY)
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册