Commit 9d76ab71 by vigneshv Committed by Oliver Woodman

vp9_extension: Update libyuv build configuration

Disable libjpeg dependency when building libyuv.

Partially fixes Github Issue #2661

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=154179126
parent c50cfd83
...@@ -49,7 +49,7 @@ git clone https://chromium.googlesource.com/libyuv/libyuv libyuv ...@@ -49,7 +49,7 @@ git clone https://chromium.googlesource.com/libyuv/libyuv libyuv
cd "${VP9_EXT_PATH}/jni/libvpx" && \ cd "${VP9_EXT_PATH}/jni/libvpx" && \
git checkout tags/v1.6.1 -b v1.6.1 && \ git checkout tags/v1.6.1 -b v1.6.1 && \
cd "${VP9_EXT_PATH}/jni/libyuv" && \ cd "${VP9_EXT_PATH}/jni/libyuv" && \
git checkout e2611a73 git checkout 996a2bbd
``` ```
* Run a script that generates necessary configuration files for libvpx: * Run a script that generates necessary configuration files for libvpx:
......
...@@ -21,6 +21,7 @@ LIBYUV_ROOT := $(WORKING_DIR)/libyuv ...@@ -21,6 +21,7 @@ LIBYUV_ROOT := $(WORKING_DIR)/libyuv
# build libyuv_static.a # build libyuv_static.a
LOCAL_PATH := $(WORKING_DIR) LOCAL_PATH := $(WORKING_DIR)
LIBYUV_DISABLE_JPEG := "yes"
include $(LIBYUV_ROOT)/Android.mk include $(LIBYUV_ROOT)/Android.mk
# build libvpx.so # build libvpx.so
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment