Added build for VLC 0.9.7.1 (9712,9714)

This commit is contained in:
أحمد المحمودي (Ahmed El-Mahmoudy) 2014-07-09 16:49:59 +02:00
parent f354395dcc
commit b4850168d5

View file

@ -227,6 +227,28 @@ Build:0.9.7,9704
ANDROID_ABI=armeabi-v7a ./compile.sh release
buildjni=no
Build:0.9.7.1,9712
commit=0.9.7
subdir=vlc-android
srclibs=VLC-2.2@57cd36b
forcevercode=yes
prebuild=sed -i '/ant/d' ../Makefile && \
ln -s vlc-android/$$VLC-2.2$$ ../vlc
build=cd ../ && \
ANDROID_ABI=x86 ./compile.sh release
buildjni=no
Build:0.9.7.1,9714
commit=0.9.7
subdir=vlc-android
srclibs=VLC-2.2@57cd36b
forcevercode=yes
prebuild=sed -i '/ant/d' ../Makefile && \
ln -s vlc-android/$$VLC-2.2$$ ../vlc
build=cd ../ && \
ANDROID_ABI=armeabi-v7a ./compile.sh release
buildjni=no
Maintainer Notes:
Instructions and dependencies here: http://wiki.videolan.org/AndroidCompile
see http://buildbot.videolan.org/builders/ for version code scheme