Update VLC to 1.2.2 (1020209)
This commit is contained in:
parent
426e79d36f
commit
ef88342022
|
@ -612,6 +612,42 @@ Build:1.2.1,1020105
|
|||
buildjni=no
|
||||
ndk=r10d
|
||||
|
||||
Build:1.2.2,1020203
|
||||
commit=1.2.2
|
||||
subdir=vlc-android
|
||||
gradle=VanillaARMv6fpu
|
||||
srclibs=VLC@7491a5f
|
||||
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.2.2,1020204
|
||||
commit=1.2.2
|
||||
subdir=vlc-android
|
||||
gradle=VanillaARMv7
|
||||
srclibs=VLC@7491a5f
|
||||
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.2.2,1020205
|
||||
commit=1.2.2
|
||||
subdir=vlc-android
|
||||
gradle=VanillaX86
|
||||
srclibs=VLC@7491a5f
|
||||
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:
|
||||
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