Commit 72025d7e by andrewlewis Committed by Oliver Woodman

Add cd command to FLAC readme. Set executable bit in opus.

Also add jni/flac directory to .gitignore.
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=119730955
parent 956cbe4a
Showing with 6 additions and 2 deletions
...@@ -41,10 +41,13 @@ proguard-project.txt ...@@ -41,10 +41,13 @@ proguard-project.txt
dist dist
tmp tmp
# VP9 Extension # VP9 extension
extensions/vp9/src/main/jni/libvpx extensions/vp9/src/main/jni/libvpx
extensions/vp9/src/main/jni/libvpx_android_configs extensions/vp9/src/main/jni/libvpx_android_configs
extensions/vp9/src/main/jni/libyuv extensions/vp9/src/main/jni/libyuv
# Opus Extension # Opus extension
extensions/opus/src/main/jni/libopus extensions/opus/src/main/jni/libopus
# FLAC extension
extensions/flac/src/main/jni/flac
...@@ -35,6 +35,7 @@ NDK_PATH="<path to Android NDK>" ...@@ -35,6 +35,7 @@ NDK_PATH="<path to Android NDK>"
* Download and extract flac-1.3.1 as "${FLAC_EXT_PATH}/jni/flac" folder: * Download and extract flac-1.3.1 as "${FLAC_EXT_PATH}/jni/flac" folder:
``` ```
cd "${FLAC_EXT_PATH}/jni" && \
curl http://downloads.xiph.org/releases/flac/flac-1.3.1.tar.xz | tar xJ && \ curl http://downloads.xiph.org/releases/flac/flac-1.3.1.tar.xz | tar xJ && \
mv flac-1.3.1 flac mv flac-1.3.1 flac
``` ```
......
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