Update x86 flavour of version 0.1.0 org.videolan.vlc ...

Since the build takes so long, I'll just activate one BV before
adding ARMv7 and the ARM. Since the main repo only supports 3 apks
we will have to drop MIPS support for now.
This commit is contained in:
David Black 2013-05-17 14:59:40 +01:00
parent 042fe489e5
commit e533a8e9e0

View file

@ -8,13 +8,15 @@ Donate:http://www.videolan.org/contribute.html#money
Name:VLC for Android
Summary:Media player
Description:
'''N.B''' The versions are for different CPU architectures. ARM covers
'''all''' ARM devices; ARMv7 is generally for higher-end devices
and will give better performance.
Therefore, the Recommended (starred) Version may not apply
to your device and you may need to choose another.
Video and audio player that supports a wide range of formats,
for both local and remote playback.
The versions are for different CPU architectures. ARM covers
all ARM devices; ARMv7 is generally for higher-end devices
and will give better performance.
Status: BETA.
.
@ -39,6 +41,10 @@ Build Version:0.0.11-mips,113,0.0.11,forceversion=yes,forcevercode=yes,subdir=vl
update=.;../java-libs/SlidingMenu;../java-libs/ActionBarSherlock,\
prebuild=sed -i '48d' ../Makefile,build=cd ../ && \
ANDROID_ABI=mips ANDROID_SDK=$$SDK$$ ANDROID_NDK=$$NDK$$ ./compile.sh release,buildjni=no
Build Version:0.1.0-x86,1002,0.1.0,forceversion=yes,forcevercode=yes,subdir=vlc-android,\
update=.;../java-libs/SlidingMenu;../java-libs/ActionBarSherlock,\
prebuild=sed -i '48d' ../Makefile,build=cd ../ && \
ANDROID_ABI=x86 ANDROID_SDK=$$SDK$$ ANDROID_NDK=$$NDK$$ ./compile.sh release,buildjni=no
Auto Update Mode:None
Update Check Mode:Tags