Merge branch 'vlc-2.1.13' into 'master'
VLC: update to 2.1.13 See merge request !2392
This commit is contained in:
commit
232b9d0a56
|
@ -1215,6 +1215,39 @@ Build:2.1.4,12000609
|
|||
./compile release
|
||||
ndk=r14
|
||||
|
||||
Build:2.1.13,12011304
|
||||
commit=2.1.13
|
||||
subdir=vlc-android
|
||||
gradle=VanillaARMv7
|
||||
srclibs=VLC@91f4269
|
||||
prebuild=ln -s vlc-android/$$VLC$$ ../vlc && \
|
||||
sed -i -e 's/bb9c83f/91f4269/' ../compile.sh
|
||||
build=cd .. && \
|
||||
./compile.sh -a arm release
|
||||
ndk=r14b
|
||||
|
||||
Build:2.1.13,12011305
|
||||
commit=2.1.13
|
||||
subdir=vlc-android
|
||||
gradle=VanillaX86
|
||||
srclibs=VLC@91f4269
|
||||
prebuild=ln -s vlc-android/$$VLC$$ ../vlc && \
|
||||
sed -i -e 's/bb9c83f/91f4269/' ../compile.sh
|
||||
build=cd .. && \
|
||||
./compile.sh -a x86 release
|
||||
ndk=r14b
|
||||
|
||||
Build:2.1.13,12011307
|
||||
commit=2.1.13
|
||||
subdir=vlc-android
|
||||
gradle=VanillaARMv8
|
||||
srclibs=VLC@91f4269
|
||||
prebuild=ln -s vlc-android/$$VLC$$ ../vlc && \
|
||||
sed -i -e 's/bb9c83f/91f4269/' ../compile.sh
|
||||
build=cd .. && \
|
||||
./compile.sh -a arm64 release
|
||||
ndk=r14b
|
||||
|
||||
Maintainer Notes:
|
||||
Instructions and dependencies here: http://wiki.videolan.org/AndroidCompile
|
||||
see http://buildbot.videolan.org/builders /for version code scheme
|
||||
|
@ -1247,5 +1280,5 @@ resign official apks:
|
|||
Archive Policy:0 versions
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Static
|
||||
Current Version:2.0.6
|
||||
Current Version Code:12000605
|
||||
Current Version:2.1.13
|
||||
Current Version Code:12011307
|
||||
|
|
Loading…
Reference in a new issue