Update VLC to 1.4.0 (1040005)
This commit is contained in:
parent
faa32400d3
commit
348104e700
|
@ -828,6 +828,42 @@ Build:1.3.2,1030205
|
||||||
buildjni=no
|
buildjni=no
|
||||||
ndk=r10d
|
ndk=r10d
|
||||||
|
|
||||||
|
Build:1.4.0,1040003
|
||||||
|
commit=1.4.0
|
||||||
|
subdir=vlc-android
|
||||||
|
gradle=VanillaARMv6fpu
|
||||||
|
srclibs=VLC@3add837
|
||||||
|
prebuild=sed -i -e '/^TARGET/aexit 0' -e 's@\-d \"gradle\/wrapper\"@1@g' ../compile.sh && \
|
||||||
|
ln -s vlc-android/$$VLC$$ ../vlc
|
||||||
|
build=cd ../ && \
|
||||||
|
./compile.sh -a "armeabi" --release
|
||||||
|
buildjni=no
|
||||||
|
ndk=r10d
|
||||||
|
|
||||||
|
Build:1.4.0,1040004
|
||||||
|
commit=1.4.0
|
||||||
|
subdir=vlc-android
|
||||||
|
gradle=VanillaARMv7
|
||||||
|
srclibs=VLC@3add837
|
||||||
|
prebuild=sed -i -e '/^TARGET/aexit 0' -e 's@\-d \"gradle\/wrapper\"@1@g' ../compile.sh && \
|
||||||
|
ln -s vlc-android/$$VLC$$ ../vlc
|
||||||
|
build=cd ../ && \
|
||||||
|
./compile.sh -a "armeabi-v7a" --release
|
||||||
|
buildjni=no
|
||||||
|
ndk=r10d
|
||||||
|
|
||||||
|
Build:1.4.0,1040005
|
||||||
|
commit=1.4.0
|
||||||
|
subdir=vlc-android
|
||||||
|
gradle=VanillaX86
|
||||||
|
srclibs=VLC@3add837
|
||||||
|
prebuild=sed -i -e '/^TARGET/aexit 0' -e 's@\-d \"gradle\/wrapper\"@1@g' ../compile.sh && \
|
||||||
|
ln -s vlc-android/$$VLC$$ ../vlc
|
||||||
|
build=cd ../ && \
|
||||||
|
./compile.sh -a "x86" --release
|
||||||
|
buildjni=no
|
||||||
|
ndk=r10d
|
||||||
|
|
||||||
Maintainer Notes:
|
Maintainer Notes:
|
||||||
Instructions and dependencies here: http://wiki.videolan.org/AndroidCompile
|
Instructions and dependencies here: http://wiki.videolan.org/AndroidCompile
|
||||||
see http://buildbot.videolan.org/builders/ for version code scheme
|
see http://buildbot.videolan.org/builders/ for version code scheme
|
||||||
|
|
Loading…
Reference in a new issue