VLC: Enable armv6 builds; closes #40.
This commit is contained in:
parent
f28032d1c6
commit
1efe0db27b
|
@ -272,6 +272,17 @@ Build:0.9.8,9802
|
|||
ANDROID_ABI=x86 ./compile.sh release
|
||||
buildjni=no
|
||||
|
||||
Build:0.9.8,9803
|
||||
commit=0.9.8
|
||||
subdir=vlc-android
|
||||
srclibs=VLC-2.2@f2db364
|
||||
forcevercode=yes
|
||||
prebuild=sed -i '/ant/d' ../Makefile && \
|
||||
ln -s vlc-android/$$VLC-2.2$$ ../vlc
|
||||
build=cd ../ && \
|
||||
ANDROID_ABI=armeabi ./compile.sh release
|
||||
buildjni=no
|
||||
|
||||
Build:0.9.8,9804
|
||||
commit=0.9.8
|
||||
subdir=vlc-android
|
||||
|
|
Loading…
Reference in a new issue