Home | History | Annotate | Download | only in make

Lines Matching refs:libvpx

12 # This file is to be used for compiling libvpx for Android using the NDK.
13 # In an Android project place a libvpx checkout in the jni directory.
14 # Run the configure script from the jni directory. Base libvpx
16 # ./libvpx/configure --target=armv7-android-gcc --disable-examples \
27 # Android.mk file in the libvpx directory:
30 # include jni/libvpx/build/make/Android.mk
37 # By default libvpx will detect at runtime the existance of NEON extension.
39 # libvpx can also be configured without this runtime detection method.
45 # To change to building armeabi, run ./libvpx/configure again, but with
49 # Running ndk-build will build libvpx and include it in your project.
53 LIBVPX_PATH := $(LOCAL_PATH)/libvpx
78 # Rule that is normally in Makefile created by libvpx
82 # Override the relative path that is defined by the libvpx
97 $(ASM_CNV_PATH)/libvpx/%.asm.s: $(LIBVPX_PATH)/%.asm
111 # so it does not need libvpx/ prefixed like the rest of the source files.
118 LOCAL_SRC_FILES += $(foreach file, $(LOCAL_CODEC_SRCS_C), libvpx/$(file))
120 LOCAL_SRC_FILES += $(foreach file, $(LOCAL_NEON_SRCS_C), libvpx/$(file).neon)
122 LOCAL_SRC_FILES += $(foreach file, $(LOCAL_NEON_SRCS_C), libvpx/$(file))
132 LOCAL_SRC_FILES += $(foreach file, $(CODEC_SRCS_ASM_X86), libvpx/$(file))
140 $(ASM_CNV_PATH_LOCAL)/libvpx/%.s, \
149 $(ASM_CNV_PATH_LOCAL)/libvpx/%.s, \
161 LOCAL_MODULE := libvpx