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
This commit is contained in:
andrewlewis 2016-04-13 03:38:37 -07:00 committed by Oliver Woodman
parent 956cbe4a09
commit 72025d7ea5
2 changed files with 6 additions and 2 deletions

7
.gitignore vendored
View File

@ -41,10 +41,13 @@ proguard-project.txt
dist
tmp
# VP9 Extension
# VP9 extension
extensions/vp9/src/main/jni/libvpx
extensions/vp9/src/main/jni/libvpx_android_configs
extensions/vp9/src/main/jni/libyuv
# Opus Extension
# Opus extension
extensions/opus/src/main/jni/libopus
# FLAC extension
extensions/flac/src/main/jni/flac

View File

@ -35,6 +35,7 @@ NDK_PATH="<path to Android NDK>"
* 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 && \
mv flac-1.3.1 flac
```