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
|
||||
build=cd ../ && \
|
||||
./compile.sh -a "armeabi" --release
|
||||
ndk=r11c
|
||||
|
||||
Build:2.0.2,12000214
|
||||
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
|
||||
build=cd ../ && \
|
||||
./compile.sh -a "armeabi-v7a" --release
|
||||
ndk=r11c
|
||||
|
||||
Build:2.0.2,12000215
|
||||
commit=2.0.2.1
|
||||
|
@ -1093,7 +1091,6 @@ Build:2.0.2,12000215
|
|||
echo $ANDROID_NDK && \
|
||||
echo $ANDROID_SDK && \
|
||||
./compile.sh -a "x86" --release
|
||||
ndk=r11c
|
||||
|
||||
Maintainer Notes:
|
||||
Instructions and dependencies here: http://wiki.videolan.org/AndroidCompile
|
||||
|
|
Loading…
Reference in a new issue