Update VLC to 1.6.5 (1060505)
This commit is contained in:
parent
81a4947186
commit
c28b7e8fcb
|
@ -992,6 +992,39 @@ Build:1.6.4,1060405
|
|||
./compile.sh -a "x86" --release
|
||||
buildjni=no
|
||||
|
||||
Build:1.6.5,1060503
|
||||
commit=1.6.5
|
||||
subdir=vlc-android
|
||||
gradle=VanillaARMv6fpu
|
||||
srclibs=VLC@ed96e80
|
||||
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
|
||||
|
||||
Build:1.6.5,1060504
|
||||
commit=1.6.5
|
||||
subdir=vlc-android
|
||||
gradle=VanillaARMv7
|
||||
srclibs=VLC@ed96e80
|
||||
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
|
||||
|
||||
Build:1.6.5,1060505
|
||||
commit=1.6.5
|
||||
subdir=vlc-android
|
||||
gradle=VanillaX86
|
||||
srclibs=VLC@ed96e80
|
||||
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
|
||||
|
||||
Maintainer Notes:
|
||||
Instructions and dependencies here: http://wiki.videolan.org/AndroidCompile
|
||||
see http://buildbot.videolan.org/builders/ for version code scheme
|
||||
|
|
Loading…
Reference in a new issue