Update CV of VLC to 1.1.5 (1010509)
This commit is contained in:
parent
34e9622f21
commit
e27846776d
|
@ -432,39 +432,39 @@ Build:1.0.1,10104
|
|||
ANDROID_ABI=armeabi-v7a ./compile.sh release
|
||||
buildjni=no
|
||||
|
||||
Build:1.1.3,1010305
|
||||
commit=1.1.3
|
||||
subdir=vlc-android
|
||||
srclibs=VLC@a9b19e4
|
||||
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
|
||||
gradle=VanillaX86
|
||||
buildjni=no
|
||||
ndk=r10d
|
||||
|
||||
Build:1.1.3,1010303
|
||||
commit=1.1.3
|
||||
subdir=vlc-android
|
||||
gradle=VanillaARMv6fpu
|
||||
srclibs=VLC@a9b19e4
|
||||
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
|
||||
gradle=VanillaARMv6fpu
|
||||
buildjni=no
|
||||
ndk=r10d
|
||||
|
||||
Build:1.1.3,1010304
|
||||
commit=1.1.3
|
||||
subdir=vlc-android
|
||||
gradle=VanillaARMv7
|
||||
srclibs=VLC@a9b19e4
|
||||
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
|
||||
gradle=VanillaARMv7
|
||||
buildjni=no
|
||||
ndk=r10d
|
||||
|
||||
Build:1.1.3,1010305
|
||||
commit=1.1.3
|
||||
subdir=vlc-android
|
||||
gradle=VanillaX86
|
||||
srclibs=VLC@a9b19e4
|
||||
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
|
||||
|
||||
|
@ -485,19 +485,16 @@ The VLC srclib commit can be found out from TESTED_HASH value in compile.sh
|
|||
# +7: armv8
|
||||
# +8: x86_64
|
||||
# +9: mips64
|
||||
|
||||
# OLD BUILD SYSTEM
|
||||
# +0: - (upstream)
|
||||
# +1: mips
|
||||
# +2: x86
|
||||
# +3: arm
|
||||
# +4: armv7 (CV)
|
||||
|
||||
|
||||
Archive Policy:6 versions
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Tags
|
||||
Vercode Operation:%c + 9
|
||||
Current Version:1.1.3
|
||||
Current Version Code:1010309
|
||||
Current Version:1.1.5
|
||||
Current Version Code:1010509
|
||||
|
||||
|
|
Loading…
Reference in a new issue