VLC: Use latest NDK available (r12b)
This commit is contained in:
parent
7142c7568b
commit
35b68104cb
|
@ -1067,7 +1067,6 @@ Build:2.0.2,12000213
|
||||||
wget -c http://downloads.videolan.org/pub/contrib/jpeg/jpegsrc.v9a.tar.gz -O ../vlc/contrib/tarballs/jpegsrc.v9a.tar.gz
|
wget -c http://downloads.videolan.org/pub/contrib/jpeg/jpegsrc.v9a.tar.gz -O ../vlc/contrib/tarballs/jpegsrc.v9a.tar.gz
|
||||||
build=cd ../ && \
|
build=cd ../ && \
|
||||||
./compile.sh -a "armeabi" --release
|
./compile.sh -a "armeabi" --release
|
||||||
ndk=r11c
|
|
||||||
|
|
||||||
Build:2.0.2,12000214
|
Build:2.0.2,12000214
|
||||||
commit=2.0.2.1
|
commit=2.0.2.1
|
||||||
|
@ -1079,7 +1078,6 @@ Build:2.0.2,12000214
|
||||||
wget -c http://downloads.videolan.org/pub/contrib/jpeg/jpegsrc.v9a.tar.gz -O ../vlc/contrib/tarballs/jpegsrc.v9a.tar.gz
|
wget -c http://downloads.videolan.org/pub/contrib/jpeg/jpegsrc.v9a.tar.gz -O ../vlc/contrib/tarballs/jpegsrc.v9a.tar.gz
|
||||||
build=cd ../ && \
|
build=cd ../ && \
|
||||||
./compile.sh -a "armeabi-v7a" --release
|
./compile.sh -a "armeabi-v7a" --release
|
||||||
ndk=r11c
|
|
||||||
|
|
||||||
Build:2.0.2,12000215
|
Build:2.0.2,12000215
|
||||||
commit=2.0.2.1
|
commit=2.0.2.1
|
||||||
|
@ -1093,7 +1091,6 @@ Build:2.0.2,12000215
|
||||||
echo $ANDROID_NDK && \
|
echo $ANDROID_NDK && \
|
||||||
echo $ANDROID_SDK && \
|
echo $ANDROID_SDK && \
|
||||||
./compile.sh -a "x86" --release
|
./compile.sh -a "x86" --release
|
||||||
ndk=r11c
|
|
||||||
|
|
||||||
Maintainer Notes:
|
Maintainer Notes:
|
||||||
Instructions and dependencies here: http://wiki.videolan.org/AndroidCompile
|
Instructions and dependencies here: http://wiki.videolan.org/AndroidCompile
|
||||||
|
|
Loading…
Reference in a new issue