VLC: removed NDK r11c forcing for 2.x builds
This commit is contained in:
parent
898686d561
commit
ce35e6a60b
|
@ -1102,7 +1102,6 @@ Build:2.0.5,12000523
|
||||||
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.5,12000524
|
Build:2.0.5,12000524
|
||||||
commit=2.0.5
|
commit=2.0.5
|
||||||
|
@ -1114,7 +1113,6 @@ Build:2.0.5,12000524
|
||||||
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.5,12000525
|
Build:2.0.5,12000525
|
||||||
commit=2.0.5
|
commit=2.0.5
|
||||||
|
@ -1128,7 +1126,6 @@ Build:2.0.5,12000525
|
||||||
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