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:
parent
042fe489e5
commit
e533a8e9e0
|
@ -8,13 +8,15 @@ Donate:http://www.videolan.org/contribute.html#money
|
||||||
Name:VLC for Android
|
Name:VLC for Android
|
||||||
Summary:Media player
|
Summary:Media player
|
||||||
Description:
|
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,
|
Video and audio player that supports a wide range of formats,
|
||||||
for both local and remote playback.
|
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.
|
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,\
|
update=.;../java-libs/SlidingMenu;../java-libs/ActionBarSherlock,\
|
||||||
prebuild=sed -i '48d' ../Makefile,build=cd ../ && \
|
prebuild=sed -i '48d' ../Makefile,build=cd ../ && \
|
||||||
ANDROID_ABI=mips ANDROID_SDK=$$SDK$$ ANDROID_NDK=$$NDK$$ ./compile.sh release,buildjni=no
|
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
|
Auto Update Mode:None
|
||||||
Update Check Mode:Tags
|
Update Check Mode:Tags
|
||||||
|
|
Loading…
Reference in a new issue