VLC: Prepare for 2.0.0
This commit is contained in:
parent
c89468e531
commit
f60fac1220
|
@ -1057,33 +1057,37 @@ Build:1.9.0,1090005
|
|||
build=cd ../ && \
|
||||
./compile.sh -a "x86" --release
|
||||
|
||||
Build:1.9.5,1090503
|
||||
disable=test
|
||||
commit=1.9.5
|
||||
Build:2.0.0,2000003
|
||||
disable=doesnt compile
|
||||
commit=2.0.0
|
||||
subdir=vlc-android
|
||||
gradle=VanillaARMv6fpu
|
||||
srclibs=VLC@42e5542
|
||||
prebuild=ln -s vlc-android/$$VLC$$ ../vlc
|
||||
srclibs=VLC@9fab663
|
||||
prebuild=ln -s vlc-android/$$VLC$$ ../vlc && \
|
||||
sed -i -e '/sdk-manager/d' ../build.gradle
|
||||
build=cd ../ && \
|
||||
./compile.sh -a "armeabi" --release
|
||||
ndk=r11c
|
||||
|
||||
Build:1.9.5,1090504
|
||||
disable=test
|
||||
commit=1.9.5
|
||||
Build:2.0.0,2000004
|
||||
commit=2.0.0
|
||||
subdir=vlc-android
|
||||
gradle=VanillaARMv7
|
||||
srclibs=VLC@42e5542
|
||||
prebuild=ln -s vlc-android/$$VLC$$ ../vlc
|
||||
srclibs=VLC@9fab663
|
||||
prebuild=ln -s vlc-android/$$VLC$$ ../vlc && \
|
||||
sed -i -e '/sdk-manager/d' ../build.gradle
|
||||
build=cd ../ && \
|
||||
./compile.sh -a "armeabi-v7a" --release
|
||||
ndk=r11c
|
||||
|
||||
Build:1.9.5,1090505
|
||||
Build:2.0.0,2000005
|
||||
disable=doesnt compile
|
||||
commit=1.9.5
|
||||
commit=2.0.0
|
||||
subdir=vlc-android
|
||||
gradle=VanillaX86
|
||||
srclibs=VLC@42e5542
|
||||
prebuild=ln -s vlc-android/$$VLC$$ ../vlc
|
||||
srclibs=VLC@9fab663
|
||||
prebuild=ln -s vlc-android/$$VLC$$ ../vlc && \
|
||||
sed -i -e '/sdk-manager/d' ../build.gradle
|
||||
build=cd ../ && \
|
||||
./compile.sh -a "x86" --release
|
||||
|
||||
|
|
Loading…
Reference in a new issue