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 ../ && \
|
build=cd ../ && \
|
||||||
./compile.sh -a "x86" --release
|
./compile.sh -a "x86" --release
|
||||||
|
|
||||||
Build:1.9.5,1090503
|
Build:2.0.0,2000003
|
||||||
disable=test
|
disable=doesnt compile
|
||||||
commit=1.9.5
|
commit=2.0.0
|
||||||
subdir=vlc-android
|
subdir=vlc-android
|
||||||
gradle=VanillaARMv6fpu
|
gradle=VanillaARMv6fpu
|
||||||
srclibs=VLC@42e5542
|
srclibs=VLC@9fab663
|
||||||
prebuild=ln -s vlc-android/$$VLC$$ ../vlc
|
prebuild=ln -s vlc-android/$$VLC$$ ../vlc && \
|
||||||
|
sed -i -e '/sdk-manager/d' ../build.gradle
|
||||||
build=cd ../ && \
|
build=cd ../ && \
|
||||||
./compile.sh -a "armeabi" --release
|
./compile.sh -a "armeabi" --release
|
||||||
|
ndk=r11c
|
||||||
|
|
||||||
Build:1.9.5,1090504
|
Build:2.0.0,2000004
|
||||||
disable=test
|
commit=2.0.0
|
||||||
commit=1.9.5
|
|
||||||
subdir=vlc-android
|
subdir=vlc-android
|
||||||
gradle=VanillaARMv7
|
gradle=VanillaARMv7
|
||||||
srclibs=VLC@42e5542
|
srclibs=VLC@9fab663
|
||||||
prebuild=ln -s vlc-android/$$VLC$$ ../vlc
|
prebuild=ln -s vlc-android/$$VLC$$ ../vlc && \
|
||||||
|
sed -i -e '/sdk-manager/d' ../build.gradle
|
||||||
build=cd ../ && \
|
build=cd ../ && \
|
||||||
./compile.sh -a "armeabi-v7a" --release
|
./compile.sh -a "armeabi-v7a" --release
|
||||||
|
ndk=r11c
|
||||||
|
|
||||||
Build:1.9.5,1090505
|
Build:2.0.0,2000005
|
||||||
disable=doesnt compile
|
disable=doesnt compile
|
||||||
commit=1.9.5
|
commit=2.0.0
|
||||||
subdir=vlc-android
|
subdir=vlc-android
|
||||||
gradle=VanillaX86
|
gradle=VanillaX86
|
||||||
srclibs=VLC@42e5542
|
srclibs=VLC@9fab663
|
||||||
prebuild=ln -s vlc-android/$$VLC$$ ../vlc
|
prebuild=ln -s vlc-android/$$VLC$$ ../vlc && \
|
||||||
|
sed -i -e '/sdk-manager/d' ../build.gradle
|
||||||
build=cd ../ && \
|
build=cd ../ && \
|
||||||
./compile.sh -a "x86" --release
|
./compile.sh -a "x86" --release
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue