disable x86 of org.videolan.vlc
This commit is contained in:
parent
88e2d89574
commit
73b6f40d8b
|
@ -9,6 +9,10 @@ Summary:Media player
|
|||
Description:
|
||||
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.
|
||||
.
|
||||
|
||||
#Instructions and dependencies here: http://wiki.videolan.org/AndroidCompile
|
||||
|
@ -24,7 +28,7 @@ Build Version:0.0.11-ARM,111,0.0.11,forceversion=yes,forcevercode=yes,subdir=vlc
|
|||
update=.;../java-libs/SlidingMenu;../java-libs/ActionBarSherlock,\
|
||||
prebuild=sed -i '48d' ../Makefile,build=cd ../ && \
|
||||
ANDROID_ABI=armeabi ANDROID_SDK=$$SDK$$ ANDROID_NDK=$$NDK$$ ./compile.sh release,buildjni=no
|
||||
Build Version:0.0.11-x86,112,0.0.11,forceversion=yes,forcevercode=yes,subdir=vlc-android,\
|
||||
Build Version:0.0.11-x86,112,!ffmpeg error 0.0.11,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
|
||||
|
|
Loading…
Reference in a new issue